[ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 119 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 2 fois |
Nécessite: | 0 fichiers |
MemCache:: (10 méthodes):
MemCache()
setLifeTime()
setData()
setMultipleData()
getData()
removeData()
clearCacheByGroup()
clearCache()
getCacheStats()
getKey()
MemCache( $cacheProperties ) X-Ref |
Pas de description |
setLifeTime( $lifeTime ) X-Ref |
Pas de description |
setData( $id, $group, $data ) X-Ref |
Pas de description |
setMultipleData( $id, $group, $data ) X-Ref |
Works in the same way as Cache::setData does, but instead of setting single values, it assumes that the value we're setting for the given key is part of an array of values. This method is useful for data which we know is not unique. |
getData( $id, $group ) X-Ref |
Pas de description |
removeData( $id, $group ) X-Ref |
Pas de description |
clearCacheByGroup( $group ) X-Ref |
Pas de description |
clearCache() X-Ref |
Pas de description |
getCacheStats() X-Ref |
returns the total count of cache hits, miss and total queries over the lifetime of the script so far. return: An array with 3 keys: "hits", "total" and "miss" |
getKey( $id, $group ) X-Ref |
Pas de description |
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |