namespace Nette\Templates
Class TemplateCacheStorage
Template cache storage.
- Nette\Object
-
Nette\Caching\FileStorage implements Nette\Caching\ICacheStorage
-
Nette\Templates\TemplateCacheStorage
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 Nette\Caching\FileStorage
__construct(), read(), write(), remove(), clean(), readMeta(), readData(), getCacheFile(), getJournal()
Methods Inherited From Nette\Object
getReflection(), __call(), __callStatic(), extensionMethod(), __get(), __set(), __isset(), __unset()
Constants Inherited From Nette\Caching\FileStorage
META_HEADER_LEN, META_TIME, META_SERIALIZED, META_EXPIRE, META_DELTA, META_ITEMS, META_CALLBACKS, FILE, HANDLE
Properties Inherited From Nette\Caching\FileStorage
$gcProbability, $useDirectories