Class JCacheLanguage

Description

Class to support language file caching

  • since: 1.1

Located in /cache/adapters/language.php (line 22)

Cache_Lite
   |
   --JCache
      |
      --JCacheLanguage
Method Summary
 mixed load ()
 mixed loadId (string $lang, object JLanguage $obj, array $arguments, id $id)
 void _construct (array $options)
Variables

Inherited Variables

Inherited from JCache

JCache::$_defaultGroup
JCache::$_validateCache
Methods
load (line 45)

Calls a cacheable method (or not if there is already a cache for it) to read a language file

Arguments of this method are read with func_get_args. So it doesn't appear in the function definition. Synopsis : call('languageName', languageObject, $arg1, $arg2, ...) (arg1, arg2... are arguments of 'functionName')

  • return: result of the function/method
  • access: public
mixed load ()
loadId (line 68)

Calls a cacheable method (or not if there is already a cache for it) to read a language file and specify a specific id

  • return: result of the function/method
  • access: public
mixed loadId (string $lang, object JLanguage $obj, array $arguments, id $id)
  • string $lang: Language used
  • object JLanguage $obj: object
  • array $arguments: Argument of the function
  • id $id: Cache id
_construct (line 30)

Constructor

  • access: protected
void _construct (array $options)
  • array $options: options

Redefinition of:
JCache::_construct()
Constructor

Inherited Methods

Inherited From JCache

 JCache::JCache()
 JCache::cleanCache()
 JCache::generateId()
 JCache::getCache()
 JCache::getInstance()
 JCache::setCacheValidation()
 JCache::setCaching()
 JCache::_construct()

Documentation generated on Sat, 4 Feb 2006 14:24:09 +0100 by phpDocumentor 1.3.0RC4