Joomla 1.5架构(三) cache包
Cache 包
这个包包含Jcache抽象类,所有的cache处理类,都从这个类扩展而来。
JCacheFunction
This adapter is used to cache the output and return value of a function. It can cache a function or a method of a static class or object.
这个适配器用来缓存输出和函数返回,它能缓存静态类和对象的函数和方法。
JCacheHash
This adapter is used for caching hashes and is provided for forward compatability with the phpGACL implementation.
JCacheLanguage
This adapter is used to cache language files.
缓存语言文件的适配器
JCacheOutput
This adapter is used to cache output to the php output buffer.
php输出buffer的缓存适配器
JCachePage
This adapter is used to cache a page's output.
页面输出的缓存适配器