Overview

Namespaces

  • Neevo
    • Cache
    • Drivers
    • Nette
  • PHP

Classes

  • BaseStatement
  • Connection
  • Literal
  • Loader
  • Manager
  • Parser
  • Result
  • ResultIterator
  • Row
  • Statement

Interfaces

  • ICache
  • IDriver
  • IObservable
  • IObserver

Exceptions

  • DriverException
  • ImplementationException
  • NeevoException
  • Overview
  • Namespace
  • Class
  • Tree

Interface ICache

Neevo cache storage interface.

Direct known implementers

Neevo\Cache\FileStorage, Neevo\Cache\MemcacheStorage, Neevo\Cache\MemoryStorage, Neevo\Cache\SessionStorage, Neevo\Nette\CacheAdapter
Namespace: Neevo
Author: Smasty
Located at Neevo/ICache.php
Methods summary
public mixed|null
# fetch( string $key )

Fetch stored data.

Fetch stored data.

Parameters

$key
string

Returns

mixed|null
null if not found
public
# store( string $key, mixed $value )

Store data in cache.

Store data in cache.

Parameters

$key
string
$value
mixed
Neevo Public API API documentation generated by ApiGen 2.6.1