Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

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

Interfaces

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

Class PhpFileStorage

Nette\Object
Extended by Nette\Caching\Storages\FileStorage implements Nette\Caching\IStorage
Extended by Nette\Caching\Storages\PhpFileStorage
Namespace: Nette\Caching\Storages
Deprecated
Located at deprecated/Caching/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()
public string
# getDir( )

Returns

string
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.2 API documentation generated by ApiGen 2.8.0