JCacheView/1.5

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.5 JCacheView

Description

JCacheView is a concrete cache handler. It caches and returns the output of a given view. [Edit Descripton]

Methods

Visibility Method name Description
public _makeId Generate a view cache id.
public get Get the cached view data.
  • Defined in libraries/joomla/cache/handler/view.php
  • Extends JCache

Importing

jimport( 'joomla.cache.handler.view' );

See also

SeeAlso:JCacheView [Edit See Also]

User contributed notes


Personal tools