JCacheStorageAbstract cache storage handler
Located in /libraries/joomla/cache/storage.php (line 19)
| Class | Description |
|---|---|
JCacheStorageApc
|
APC cache storage handler |
JCacheStorageCachelite
|
Cache lite storage handler |
JCacheStorageFile
|
File cache storage handler |
JCacheStorageMemcache
|
Memcache cache storage handler |
JCacheStorageMemcached
|
Memcached cache storage handler |
JCacheStorageWincache
|
WINCACHE cache storage handler |
JCacheStorageXcache
|
XCache cache storage handler |
Add a directory where JCacheStorage should search for handlers. You may either pass a string or an array of directories.
Returns a cache storage handler object, only creating it if it doesn't already exist.
Test to see if the storage handler is available.
Constructor
Clean cache for a group given a mode.
Garbage collect expired cache data
Get cached data by id and group
Get all cached data
Lock cached item
Remove a cached data entry by id and group
Store the data to cache by id and group
Unlock cached item
Get a cache_id string from an id/group pair
Documentation generated on Tue, 19 Nov 2013 15:14:22 +0100 by phpDocumentor 1.4.3