Neevo Public API
  • Namespace
  • Class
  • Tree

Namespaces

  • Neevo
    • Cache
    • Drivers
    • Nette
  • PHP

Classes

  • FileStorage
  • MemcacheStorage
  • MemoryStorage
  • SessionStorage

Interfaces

  • StorageInterface

Interface StorageInterface

Neevo cache storage interface.

Direct known implementers

Neevo\Cache\FileStorage, Neevo\Cache\MemcacheStorage, Neevo\Cache\MemoryStorage, Neevo\Cache\SessionStorage, Neevo\Nette\CacheAdapter

Namespace: Neevo\Cache
Author: Smasty
Located at Neevo/Cache/StorageInterface.php

Methods summary

public mixed|null
# fetch( string $key )

Fetches stored data.

Fetches stored data.

Parameters

$key
string
$key

Returns

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

Stores data in cache.

Stores data in cache.

Parameters

$key
string
$key
$value
mixed
$value

Magic methods summary

Neevo Public API API documentation generated by ApiGen 2.8.0