API17

JCache

From Joomla! Documentation

Revision as of 17:50, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JCache

Defined in[edit]

libraries/joomla/cache/cache.php

Subpackage[edit]

Cache

Extends[edit]

JObject

Extended by[edit]

Methods[edit]

Method name Description
__construct Constructor.
_getStorage Get the cache storage handler.
clean Clean cache for a group given a mode.
gc Garbage collect expired cache data.
get Get cached data by id and group.
getAll Get a list of all cached data.
getCaching Get caching state.
lock Set lock flag on cached item.
remove Remove a cached data entry by id and group.
setCaching Set caching enabled state.
setLifeTime Set cache lifetime.
store Store the cached data by id and group.
unlock Unset lock flag on cached item.
addIncludePath Add a directory where should search for handlers.
getInstance Returns a reference to a cache adapter object, always creating it.
getStores Get the storage handlers.
getWorkarounds Perform workarounds on retrieved cached data.
makeId Create safe id for cached data from url parameters set by plugins and framework.
setWorkarounds Create workarounded data to be cached.

Importing[edit]

jimport( 'joomla.cache.cache' );

See also[edit]

Template:SeeAlso:JCache [Edit See Also]

Examples[edit]

<CodeExamplesForm />