Alpha Framework 4.0.0 API Documentation

Cache

Table of Contents

Interfaces

CacheProviderInterface
An interface that contains the methods for a cache implementation for storing business objects and other less complex values.

Classes

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.

        
On this page

Search results