Class TemplateCacheStorage (namespace Nette\Templates)


Template cache storage.

Object
   |
   --FileStorage
      |
      --TemplateCacheStorage
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Templates/TemplateCacheStorage.php (line 21)
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(), getDb(), 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
Variable Summary

Method Details

line 44

getCacheFile

protected string getCacheFile (string $key)

Returns file name.

Input
string $key
Output
string  

line 29

readData

protected mixed readData (array $meta)

Reads cache data from disk.

Input
array $meta
Output
mixed