Cache\Taggable\Tests |
이름 | 설명 |
---|---|
TaggableItemInterface | |
TaggablePoolInterface | Lets you add tags to your cache items. Prepend the PSR-6 function arguments with an array of tag names for functions not requiring an CacheItemInterface. |
이름 | 설명 |
---|---|
TaggablePSR6ItemAdapter | |
TaggablePSR6PoolAdapter | This adapter lets you make any PSR-6 cache pool taggable. If a pool is already taggable, it is simply returned by makeTaggable. Tags are stored either in the same cache pool, or a a separate pool, and both of these appoaches come with different caveats. |
이름 | 설명 |
---|---|
TaggablePoolTrait | Use this trait with a CacheItemPoolInterface to support tagging. |