Class JCacheController
Public cache handler
Direct known subclasses
JCacheControllerCallback
,
JCacheControllerOutput
,
JCacheControllerPage
,
JCacheControllerView
Package: Joomla\Platform\Cache
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Note: As of 4.0 this class will be abstract
Located at joomla/cache/controller.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Note: As of 4.0 this class will be abstract
Located at joomla/cache/controller.php
Methods summary
public
|
|
public
mixed
|
|
public static
|
#
getInstance( string $type = 'output', array $options = array() )
Returns a reference to a cache adapter object, always creating it |
public static
array
|
#
addIncludePath( array|string $path = '' )
Add a directory where JCache should search for controllers. You may either pass a string or an array of directories. |
public
mixed
|
|
public
boolean
|
Magic methods summary
Properties summary
public
|
$cache |
#
JCache object |
public
array
|
$options |
#
Array of options |