PHP Neos\Cache Namespace

Nested Namespaces

Neos\Cache\Backend
Neos\Cache\Frontend
Neos\Cache\Tests

Interfaces

Name Description
CacheAwareInterface Interface for objects which are cache aware and are collaborative when it comes to storing them in a cache.
CacheFactoryInterface This cache factory takes care of instantiating a cache frontend and injecting a certain cache backend. After creation of the new cache, the cache object is registered at the cache manager.

Classes

Name Description
CacheFactory This cache factory takes care of instantiating a cache frontend and injecting a certain cache backend. After creation of the new cache, the cache object is registered at the cache manager.
EnvironmentConfiguration Global Configuration about the environment to be used by caches.