API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JCacheStorageApc

Graphe d'héritage de JCacheStorageApc:
Graphe de collaboration de JCacheStorageApc:

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des constructeurs et destructeur

JCacheStorageApc::__construct ( options = array())

Constructor

protected

Paramètres:
array$optionsoptional parameters

Réimplémentée à partir de JCacheStorage.

Références $config, et JFactory::getConfig().

Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

JCacheStorageApc::_getCacheId ( id,
group 
)

Get a cache_id string from an id/group pair

private

Paramètres:
string$idThe cache data id
string$groupThe cache data group
Renvoie:
string The cache_id string
Depuis:
1.5

Références $name.

JCacheStorageApc::_setExpire ( key)

Set expire time on each call since memcache sets it on cache creation.

private

Paramètres:
string$keyCache key to expire.
integer$lifetimeLifetime of the data in seconds.
JCacheStorageApc::clean ( group,
mode 
)

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

public

Paramètres:
string$groupThe cache data group
string$modeThe mode for cleaning cache [group|notgroup]
Renvoie:
boolean True on success, false otherwise
Depuis:
1.5

Réimplémentée à partir de JCacheStorage.

JCacheStorageApc::get ( id,
group,
checkTime 
)

Get cached data from APC by id and group

public

Paramètres:
string$idThe cache data id
string$groupThe cache data group
boolean$checkTimeTrue to verify cache time expiration threshold
Renvoie:
mixed Boolean false on failure or a cached data string
Depuis:
1.5

Réimplémentée à partir de JCacheStorage.

JCacheStorageApc::remove ( id,
group 
)

Remove a cached data entry by id and group

public

Paramètres:
string$idThe cache data id
string$groupThe cache data group
Renvoie:
boolean True on success, false otherwise
Depuis:
1.5

Réimplémentée à partir de JCacheStorage.

JCacheStorageApc::store ( id,
group,
data 
)

Store the data to APC by id and group

public

Paramètres:
string$idThe cache data id
string$groupThe cache data group
string$dataThe data to store in cache
Renvoie:
boolean True on success, false otherwise
Depuis:
1.5

Réimplémentée à partir de JCacheStorage.

Références $data.

JCacheStorageApc::test ( ) [static]

Test to see if the cache storage is available.

public

Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JCacheStorage.


La documentation de cette classe a été générée à partir du fichier suivant :