Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

Interfaces

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class PhpFileStorage

PHP files cache storage.

Object
Extended by FileStorage implements ICacheStorage
Extended by PhpFileStorage
Package: Nette\Caching\Storages
Author: David Grudl
Located at Caching/Storages/PhpFileStorage.php
Methods summary
protected mixed
# readData( array $meta )

Reads cache data from disk.

Reads cache data from disk.

Parameters

$meta
array

Returns

mixed

Overrides

FileStorage::readData()
protected string
# getCacheFile( string $key )

Returns file name.

Returns file name.

Parameters

$key
string

Returns

string

Overrides

FileStorage::getCacheFile()
Methods inherited from FileStorage
__construct(), clean(), lock(), read(), readMetaAndLock(), remove(), write()
Methods inherited from Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants inherited from FileStorage
FILE, HANDLE, META_CALLBACKS, META_DELTA, META_EXPIRE, META_HEADER_LEN, META_ITEMS, META_SERIALIZED, META_TIME
Properties summary
public string $hint
#
Properties inherited from FileStorage
$gcProbability, $useDirectories
Magic properties inherited from Object
$reflection
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0