PHP Class Elgg\Cache\Pool\InMemory

NB: Data put into this cache is not persisted between requests. WARNING: API IN FLUX. DO NOT USE DIRECTLY.
Since: 1.10.0
Inheritance: implements Elgg\Cache\Pool
Datei anzeigen Open project: elgg/elgg

Public Methods

Method Description
get ( $key, callable $callback = null, $default = null )
invalidate ( $key )
put ( $key, $value )

Method Details

get() public method

public get ( $key, callable $callback = null, $default = null )
$callback callable

invalidate() public method

public invalidate ( $key )

put() public method

public put ( $key, $value )