Namespaces

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

Classes

  • DevNullStorage
  • FileJournal
  • FileStorage
  • MemcachedStorage
  • MemoryStorage
  • NewMemcachedStorage
  • 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

Returns

mixed
mixed

Overrides

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

Returns file name.

Returns file name.

Parameters

$key

Returns

string
string

Overrides

Nette\Caching\Storages\FileStorage::getCacheFile()
public string
# getDir( )

Returns

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