Class Cache_Static
Static cache driver
- Core_Cache
-
Cache_Static
Package: HostCMS\Cache
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at cache/static.php
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at cache/static.php
Methods summary
public
|
|
public
boolean
|
|
public
|
|
protected
array
|
|
public
mixed
|
#
get( string $key, string $cacheName = 'default', string $defaultValue = NULL )
Get data from cache |
public
|
#
set( string $key, mixed $value, string $cacheName = 'default', array $tags = array() )
Set data in cache |
public
|
|
protected
selfs
|
|
public
|
|
public
integer
|
|
public
|
|
public
array
|
Methods inherited from Core_Cache
_deleteByTag(),
_issetCacheConfig(),
_pack(),
_saveTags(),
_unPack(),
check(),
clearTags(),
deleteByTag(),
deleteTags(),
getKey(),
instance()
Properties summary
protected
string
|
$_path
Cache path |
#
NULL
|
protected
integer
|
$_maxLen
Max lenght file or directory name |
#
200
|
Properties inherited from Core_Cache
$_cleaningFrequency,
$_config,
$_format,
$aCaches,
$instance