JCachePage/ja
出典: Joomla! ドキュメンテーション
JCachePage is a concrete cache handler. It caches and returns the body of the page.
目次 |
Availability
Defined in
/libraries/joomla/cache/handler/page.php
Extends
Methods
| Method name | Description |
|---|---|
| get | Tries to get the cached Body of this page. Else returns false. |
| store | Get the Body of the Page and store it to the cache. |
Importing
jimport( 'joomla.cache.handler.page' );
See also
Concrete Caching Handlers
Abstract Cache Storage Handler
Concrete Cache Storage Handlers
- JCacheStorageApc
- JCacheStorageEaccelerator
- JCacheStorageFile
- JCacheStorageMemcache
- JCacheStorageXCache
- JSessionStorageXcache
