Ubiquity 2.5.2
php rapid development framework
|
Cache systems. More...
Data Structures | |
class | AbstractDataCache |
This class is responsible for storing Arrays in PHP files. More... | |
class | ApcuCache |
APC cache implementation Ubiquity\cache\system$ApcCache This class is part of Ubiquity. More... | |
class | ArrayApcCache |
This class is responsible for storing Arrays in PHP files, and require php apc. More... | |
class | MemCachedDriver |
This class is responsible for storing values with MemCached. More... | |
class | PhpFastCacheDriver |
This class is responsible for storing values with PhpFastCache. More... | |
class | RedisCacheDriver |
This class is responsible for storing values with Redis. More... | |
Cache systems.