| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $id:$ |
| File Size: | 142 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JCacheStorageXCache:: (7 methods):
__construct()
get()
store()
remove()
clean()
test()
_getCacheId()
Class: JCacheStorageXCache - X-Ref
XCache cache storage handler| __construct( $options = array() X-Ref |
| Constructor param: array $options optional parameters |
| get($id, $group, $checkTime) X-Ref |
| Get cached data by id and group param: string $id The cache data id param: string $group The cache data group param: boolean $checkTime True to verify cache time expiration threshold return: mixed Boolean false on failure or a cached data string |
| store($id, $group, $data) X-Ref |
| Store the data by id and group param: string $id The cache data id param: string $group The cache data group param: string $data The data to store in cache return: boolean True on success, false otherwise |
| remove($id, $group) X-Ref |
| Remove a cached data entry by id and group param: string $id The cache data id param: string $group The cache data group return: boolean True on success, false otherwise |
| clean($group, $mode) X-Ref |
| Clean cache for a group given a mode. group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group param: string $group The cache data group param: string $mode The mode for cleaning cache [group|notgroup] return: boolean True on success, false otherwise |
| test() X-Ref |
| Test to see if the cache storage is available. return: boolean True on success, false otherwise. |
| _getCacheId($id, $group) X-Ref |
| Get a cache_id string from an id/group pair param: string $id The cache data id param: string $group The cache data group return: string The cache_id string |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |