JCacheView/ja
出典: Joomla! ドキュメンテーション
JCacheView is a concrete cache handler. It caches and returns the output of a given view.
目次 |
Availability
Defined in
/libraries/joomla/cache/handler/callback.php
Extends
Methods
| Method name | Description |
|---|---|
| get | Tries to get cached data for the passed view object. Else executed the given method of the passed view object, and caches the output. |
Importing
jimport( 'joomla.cache.handler.view' );
See also
Concrete Caching Handlers
Abstract Cache Storage Handler
Concrete Cache Storage Handlers
- JCacheStorageApc
- JCacheStorageEaccelerator
- JCacheStorageFile
- JCacheStorageMemcache
- JCacheStorageXCache
- JSessionStorageXcache
