Back to Cache class

Method getCaching

public bool
getCaching
()
Get caching state
Returns
  • bool
Since
  • 1.7.0
Class: Cache
Project: Joomla

Method getCaching - Source code

/**
 * Get caching state
 *
 * @return  boolean
 *
 * @since   1.7.0
 */
public function getCaching()
{
    return $this->_options['caching'];
}