Class CacheManager
Provides a standardized cache access
Namespace: Xoops\Core\Cache
Package: CacheManager
Category: Xoops\Core\Cache
Copyright: 2015 The XOOPS Project https://github.com/XOOPS
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Cache/CacheManager.php
Package: CacheManager
Category: Xoops\Core\Cache
Copyright: 2015 The XOOPS Project https://github.com/XOOPS
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Cache/CacheManager.php
public
|
|
public static
|
|
public
|
|
protected
|
#
startPoolAccess( string $name )
Instantiate an Access object from named configuration, including instantiating pool and driver |
protected
Stash\Interfaces\DriverInterface|false
|
|
protected
|
#
getDefaultPool( string $originalName )
Get an Access object based on the default pool. If it isn't set, create it. If no definition exists for default, use Stash default (Ephimeral.) |
protected
|
$pools
Cache Access objects for pools |
#
array()
|
protected
array
|
$poolDefs
Pool definitions |
#
array(
)
|
protected
|
$xoops
Xoops instance |