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

Public Member Functions

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

Detailed Description

Definition at line 19 of file MemoryPool.php.

Member Function Documentation

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

Implements Elgg\Cache\Pool.

Definition at line 26 of file MemoryPool.php.

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

Implements Elgg\Cache\Pool.

Definition at line 36 of file MemoryPool.php.

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

Implements Elgg\Cache\Pool.

Definition at line 43 of file MemoryPool.php.


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