JCacheStorageEaccelerator

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(Concrete Cache Storage Handlers)
Line 61: Line 61:
 
* [[JCacheStorageMemcache]]
 
* [[JCacheStorageMemcache]]
 
* [[JCacheStorageXCache]]
 
* [[JCacheStorageXCache]]
* [[JCacheStorageXcache]]
+
* [[JSessionStorageXcache]]
 
<noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude>
 
<noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude>

Revision as of 15:52, 9 August 2009

JCacheStorageEaccelarator is a concrete cache storage handler using eAccelerator.

Contents

Availability

From Joomla 1.5 Joomla 1.6

Defined in

/libraries/joomla/cache/storage/eaccelerartor.php

Extends

Methods

Method name Description
__construct Constructor
clean Not implemented. Clean cache for a group. There are two possible modes:

"group" mode : cleans all cache in the group | "notgroup" mode : cleans all cache not in the group

gc Garbage collect expired cache data
get Get cached data by id and group
remove Remove a cached data entry by id and group
store Store the data by id and group
test Test to see if the cache storage is available

Importing

jimport( 'joomla.cache.storage.eaccelerator' );

See also

Concrete Caching Handlers

Abstract Cache Storage Handler

Concrete Cache Storage Handlers

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox