PHP LdapTools\Cache Пространство имен

Interfaces

Имя Описание
CacheInterface The interface that any cache mechanism must implement.
CacheableItemInterface Any item that can be cached must implement this.

Классы

Имя Описание
DoctrineCache A wrapper around the Doctrine Cache.
NoCache Provides a class that will never get/set any cached items, allowing someone to disable caching altogether.
StashCache Provides a wrapper around the Stash library to implement the cache interface.

Traits

Имя Описание
CacheTrait Removes some duplication for some common cache functionality.