Neevo Public API
  • Namespace
  • Class
  • Tree

Namespaces

  • Neevo
    • Nette
  • None
  • PHP

Classes

  • CacheAdapter
  • DebugPanel
  • Extension

Class CacheAdapter

Cache adapter for Nette Framework cache storage system.

Neevo\Nette\CacheAdapter implements Neevo\Cache\StorageInterface
Namespace: Neevo\Nette
Author: Smasty
Located at nette-extension/CacheAdapter.php

Methods summary

public
# __construct( string $cacheKey, Nette\Caching\IStorage $storage )

Creates the cache adapter.

Creates the cache adapter.

Parameters

$cacheKey
string
$cacheKey Generated from service name
$storage
Nette\Caching\IStorage
$storage
public
# fetch( mixed $key )
public
# store( mixed $key, mixed $value )
public
# flush( )

Magic methods summary

Neevo Public API API documentation generated by ApiGen 2.8.0