Class NTemplateCacheStorage
NTemplate cache storage.
- NObject
-
NFileStorage implements ICacheStorage
-
NTemplateCacheStorage
protected
mixed
|
#
readData(
array
$meta
)
Reads cache data from disk. Reads cache data from disk. Parameters$meta array |
protected
string
|
#
getCacheFile(
string
$key
)
Returns file name. Returns file name. Parameters$key string |
Methods Inherited From NFileStorage
__construct(), read(), write(), remove(), clean(), readMeta(), readData(), getCacheFile(), getJournal()
Methods Inherited From NObject
getReflection(), __call(), __callStatic(), extensionMethod(), __get(), __set(), __isset(), __unset()
Constants Inherited From NFileStorage
META_HEADER_LEN, META_TIME, META_SERIALIZED, META_EXPIRE, META_DELTA, META_ITEMS, META_CALLBACKS, FILE, HANDLE
Properties Inherited From NFileStorage
$gcProbability, $useDirectories