Packages

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

Classes

Interfaces

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface ICacheJournal

Cache journal provider.

Direct known implementers

FileJournal
Package: Nette\Caching\Storages
Author: Jan Smitka
Located at Caching/Storages/IJournal.php
Methods summary
public
# write( string $key, array $dependencies )

Writes entry information into the journal.

Writes entry information into the journal.

Parameters

$key
string
$key
$dependencies
array
$dependencies
public array
# clean( array $conditions )

Cleans entries from journal.

Cleans entries from journal.

Parameters

$conditions
array
$conditions

Returns

array
of removed items or NULL when performing a full cleanup
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0