Class FileStorage
Cache file storage.
- Nette\Object
- Nette\Caching\FileStorage implements Nette\Caching\ICacheStorage
Direct known subclasses
Nette\Templates\TemplateCacheStorage
public
|
|
public
mixed|null
|
|
public
|
|
public
|
|
public
|
|
protected
array|null
|
|
protected
mixed
|
|
protected
string
|
|
protected
resource
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
integer
|
META_HEADER_LEN
|
28 |
|
string
|
META_TIME
|
'time' |
|
string
|
META_SERIALIZED
|
'serialized' |
|
string
|
META_EXPIRE
|
'expire' |
|
string
|
META_DELTA
|
'delta' |
|
string
|
META_ITEMS
|
'di' |
|
string
|
META_CALLBACKS
|
'callbacks' |
|
string
|
FILE
|
'file' |
#
additional cache structure |
string
|
HANDLE
|
'handle' |
public static
float
|
$gcProbability | 0.001 |
#
probability that the clean() routine is started |
public static
boolean
|
$useDirectories |
|