Packages

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

Classes

  • NDevNullStorage
  • NFileJournal
  • NFileStorage
  • NMemcachedStorage
  • NMemoryStorage
  • NPhpFileStorage

Interfaces

  • ICacheJournal
  • Overview
  • Package
  • Class
  • Tree

Class NPhpFileStorage

PHP files cache storage.

NObject
Extended by NFileStorage implements ICacheStorage
Extended by NPhpFileStorage
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
protected string
# getCacheFile( string $key )

Returns file name.

Returns file name.

Parameters

$key
string

Returns

string
Methods inherited from NFileStorage
__construct(), clean(), read(), readMetaAndLock(), remove(), write()
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants inherited from NFileStorage
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 NFileStorage
$gcProbability, $useDirectories
Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0