Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JCacheStorageMemcached
+ Graphe d'héritage de JCacheStorageMemcached:
+ Graphe de collaboration de JCacheStorageMemcached:

Liste de tous les membres

Fonctions membres publiques

 __construct ($options=array())
 get ($id, $group, $checkTime=true)
 getAll ()
 store ($id, $group, $data)
 remove ($id, $group)
 clean ($group, $mode=null)
 lock ($id, $group, $locktime)
 unlock ($id, $group=null)
- Fonctions membres publiques inherited from JCacheStorage
 gc ()

Fonctions membres publiques statiques

static test ()
- Fonctions membres publiques statiques inherited from JCacheStorage
static getInstance ($handler=null, $options=array())
static addIncludePath ($path= '')

Fonctions membres protégées

 getConnection ()
 lockindex ()
 unlockindex ()
- Fonctions membres protégées inherited from JCacheStorage
 _getCacheId ($id, $group)

Attributs protégés

 $_persistent = false
 $_compress = 0
- Attributs protégés inherited from JCacheStorage
 $rawname

Attributs protégés statiques

static $_db = null

Additional Inherited Members

- Attributs publics inherited from JCacheStorage
 $_now
 $_lifetime
 $_locking
 $_language
 $_application
 $_hash

Documentation des constructeurs et destructeur

JCacheStorageMemcached::__construct (   $options = array())

Constructor

Paramètres:
array$optionsOptional parameters.
Depuis:
12.1

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

Références $options, et null.


Documentation des fonctions membres

JCacheStorageMemcached::clean (   $group,
  $mode = null 
)

Clean cache for a group given a mode.

Paramètres:
string$groupThe cache data group
string$modeThe mode for cleaning cache [group|notgroup] group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group
Renvoie:
boolean True on success, false otherwise
Depuis:
12.1

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

Références $key, et $mode.

JCacheStorageMemcached::get (   $id,
  $group,
  $checkTime = true 
)

Get cached data from memcached by id and group

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:
12.1

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

Références $id.

JCacheStorageMemcached::getAll ( )

Get all cached data

Renvoie:
array data
Depuis:
12.1

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

Références $data, $item, et $key.

JCacheStorageMemcached::getConnection ( )
protected

Return memcached connection object

Renvoie:
object memcached connection object
Depuis:
12.1

Références $config, JFactory\getConfig(), JFactory\getSession(), et JError\raiseError().

+ Voici le graphe d'appel pour cette fonction :

JCacheStorageMemcached::lock (   $id,
  $group,
  $locktime 
)

Lock cached item - override parent as this is more efficient

Paramètres:
string$idThe cache data id
string$groupThe cache data group
integer$locktimeCached item max lock time
Renvoie:
boolean True on success, false otherwise.
Depuis:
12.1

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

Références $id.

JCacheStorageMemcached::lockindex ( )
protected

Lock cache index

Renvoie:
boolean True on success, false otherwise.
Depuis:
12.1
JCacheStorageMemcached::remove (   $id,
  $group 
)

Remove a cached data entry by id and group

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

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

Références $id, et $key.

JCacheStorageMemcached::store (   $id,
  $group,
  $data 
)

Store the data to memcached by id and group

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:
12.1

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

Références $data, et $id.

static JCacheStorageMemcached::test ( )
static

Test to see if the cache storage is available.

Renvoie:
boolean True on success, false otherwise.

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

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

+ Voici le graphe d'appel pour cette fonction :

JCacheStorageMemcached::unlock (   $id,
  $group = null 
)

Unlock cached item - override parent for cacheid compatibility with lock

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

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

Références $id, et $key.

JCacheStorageMemcached::unlockindex ( )
protected

Unlock cache index

Renvoie:
boolean True on success, false otherwise.
Depuis:
12.1

Documentation des données membres

JCacheStorageMemcached::$_compress = 0
protected
JCacheStorageMemcached::$_db = null
staticprotected
JCacheStorageMemcached::$_persistent = false
protected

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