PHP Cache\Taggable 네임스페이스

중첩된 네임스페이스

Cache\Taggable\Tests

Interfaces

이름 설명
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.

Traits

이름 설명
TaggablePoolTrait Use this trait with a CacheItemPoolInterface to support tagging.