Cache
Interfaces, Classes and Traits
- CacheProviderInterface
- An interface that contains the methods for a cache implementation for storing business
objects and other less complex values.
- CacheProviderAPC
- An implementation of the CacheProviderInterface interface that uses APC/APCu as the
target store.
- CacheProviderArray
- An implementation of the CacheProviderInterface interface that uses an array as the
target store. Only useful for unit tests.
- CacheProviderFile
- An implementation of the CacheProviderInterface interface that uses the
file system (app.file.store.dir) as the target store.
- CacheProviderMemcache
- An implementation of the CacheProviderInterface interface that uses Memcache as the
target store.
- CacheProviderRedis
- An implementation of the CacheProviderInterface interface that uses Redis as the
target store.