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
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
      • Traits
    • Reflection
    • Security
    • Tokenizer
    • Utils
  • Tracy
    • Bridges
      • Nette
  • none

Classes

  • DevNullStorage
  • FileStorage
  • MemcachedStorage
  • MemoryStorage
  • NewMemcachedStorage
  • SQLiteJournal
  • SQLiteStorage

Interfaces

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

Class SQLiteJournal

SQLite based journal.

Nette\Caching\Storages\SQLiteJournal implements Nette\Caching\Storages\IJournal uses Nette\SmartObject
Namespace: Nette\Caching\Storages
Located at Caching/Storages/SQLiteJournal.php
Methods summary
public
# __construct( string $path )

Parameters

$path
public
# write( string $key, array $dependencies )

Writes entry information into the journal.

Writes entry information into the journal.

Parameters

$key
$dependencies

Implementation of

Nette\Caching\Storages\IJournal::write()
public array|null
# clean( array $conditions )

Cleans entries from journal.

Cleans entries from journal.

Returns

array|null
of removed items or null when performing a full cleanup

Implementation of

Nette\Caching\Storages\IJournal::clean()
Methods used from Nette\SmartObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Nette 2.4-20180918 API API documentation generated by ApiGen 2.8.0