Elgg  Version 1.11
Public Member Functions | List of all members
Elgg\Cache\NullPool Class Reference
Inheritance diagram for Elgg\Cache\NullPool:
Elgg\Cache\Pool

Public Member Functions

 get ($key, callable $callback)
 
 invalidate ($key)
 
 put ($key, $value)
 

Detailed Description

Definition at line 17 of file NullPool.php.

Member Function Documentation

Elgg\Cache\NullPool::get (   $key,
callable  $callback 
)

Implements Elgg\Cache\Pool.

Definition at line 19 of file NullPool.php.

Elgg\Cache\NullPool::invalidate (   $key)

Implements Elgg\Cache\Pool.

Definition at line 24 of file NullPool.php.

Elgg\Cache\NullPool::put (   $key,
  $value 
)

Implements Elgg\Cache\Pool.

Definition at line 29 of file NullPool.php.


The documentation for this class was generated from the following file: