Namespaces

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

Classes

  • DevNullStorage
  • FileJournal
  • FileStorage
  • MemcachedStorage
  • MemoryStorage
  • PhpFileStorage
  • SQLiteStorage

Interfaces

  • IJournal
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class PhpFileStorage

PHP files cache storage.

Nette\Object
Extended by Nette\Caching\Storages\FileStorage implements Nette\Caching\IStorage
Extended by Nette\Caching\Storages\PhpFileStorage
Namespace: 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

Nette\Caching\Storages\FileStorage::readData()
protected string
# getCacheFile( string $key )

Returns file name.

Returns file name.

Parameters

$key
string

Returns

string

Overrides

Nette\Caching\Storages\FileStorage::getCacheFile()
Methods inherited from Nette\Caching\Storages\FileStorage
__construct(), clean(), lock(), read(), readMetaAndLock(), remove(), write()
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants inherited from Nette\Caching\Storages\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 Nette\Caching\Storages\FileStorage
$gcProbability, $useDirectories
Magic properties inherited from Nette\Object
$reflection
Nette 2.1 API documentation generated by ApiGen 2.8.0