Class TemplateCacheStorage (namespace Nette\Templates)
Template cache storage.
Object | --FileStorage | --TemplateCacheStorage
| Protected Method Summary | |
|---|---|
| protected string |
getCacheFile
(string $key)
Returns file name.
|
| protected mixed |
readData
(array $meta)
Reads cache data from disk.
|
| Methods Inherited From FileStorage |
|---|
| __construct(), clean(), getCacheFile(), read(), readData(), readMeta(), remove(), write() |
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Constant Summary |
|---|
| Constants Inherited From FileStorage |
|---|
| FILE, HANDLE, META_CONSTS, META_DELTA, META_EXPIRE, META_FILES, META_HEADER_LEN, META_ITEMS, META_PRIORITY, META_SERIALIZED, META_TAGS, META_TIME |
| Variable Summary |
|---|
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 57 getCacheFileprotected string getCacheFile (string $key) Returns file name.
|
||||||||||||
|
line 42 readDataprotected mixed readData (array $meta) Reads cache data from disk.
|
||||||||||||
