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

  • Cache
  • CachingHelper

Interfaces

  • ICacheStorage
  • Overview
  • Package
  • Class
  • Tree

Interface ICacheStorage

Cache storage.

Direct known implementers

DevNullStorage, FileStorage, MemcachedStorage, MemoryStorage

Indirect known implementers

PhpFileStorage
Package: Nette\Caching
Author: David Grudl
Located at Caching/IStorage.php
Methods summary
public mixed|null
# read( string $key )

Read from cache.

Read from cache.

Parameters

$key
string
key

Returns

mixed|null
public
# write( string $key, mixed $data, array $dependencies )

Writes item into the cache.

Writes item into the cache.

Parameters

$key
string
key
$data
mixed
data
$dependencies
array
dependencies
public
# remove( string $key )

Removes item from the cache.

Removes item from the cache.

Parameters

$key
string
key
public
# clean( array $conds )

Removes items from the cache by conditions.

Removes items from the cache by conditions.

Parameters

$conds
array
conditions
Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0