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.