Overview

Namespaces

  • Neevo
    • Cache
    • Drivers
    • Nette
  • PHP

Classes

  • FileStorage
  • MemcacheStorage
  • MemoryStorage
  • SessionStorage
  • Overview
  • Namespace
  • Class
  • Tree

Class MemoryStorage

Memory cache storage. Default implementation of Neevo\ICache.

Neevo\Cache\MemoryStorage implements Neevo\ICache
Namespace: Neevo\Cache
Author: Smasty
Located at Neevo/Cache/MemoryStorage.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

Implementation of

Neevo\ICache::fetch
public
# store( string $key, mixed $value )

Store data in cache.

Store data in cache.

Parameters

$key
string
$value
mixed

Implementation of

Neevo\ICache::store
public
# flush( )
Neevo Public API API documentation generated by ApiGen 2.6.1