Class FileStorage
Cache file storage.
- Nette\Object
- Nette\Caching\Storages\FileStorage implements Nette\Caching\IStorage
Direct known subclasses
Nette\Caching\Storages\PhpFileStorage
public
|
|
public
mixed|null
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
array|null
|
|
protected
mixed
|
|
protected
string
|
__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' |
#
additional cache structure |
public static
float
|
$gcProbability | 0.001 |
#
probability that the clean() routine is started |
public static
boolean
|
$useDirectories | TRUE |
$reflection
|