Class FileStorage
Cache file storage.
- Nette\Caching\Storages\FileStorage implements Nette\Caching\IStorage uses Nette\SmartObject
public
|
|
public
mixed
|
|
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
additional cache structure |
# 'file' |
string |
HANDLE
additional cache structure |
# 'handle' |
public static
float
|
$gcProbability
probability that the clean() routine is started |
# 0.001 |
public static
boolean
|
$useDirectories
|
# true |