PHP Cache\Taggable Namespace

Nested Namespaces

Cache\Taggable\Tests

Interfaces

Name Description
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.

Classes

Name Description
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.

Traits

Name Description
TaggablePoolTrait Use this trait with a CacheItemPoolInterface to support tagging.