PHP LdapTools\Cache Namespace

Interfaces

Name Description
CacheInterface The interface that any cache mechanism must implement.
CacheableItemInterface Any item that can be cached must implement this.

Classes

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

Name Description
CacheTrait Removes some duplication for some common cache functionality.