Methods summary
public
mixed
|
#
read( string $key )
Read from cache.
Parameters
Returns
mixed mixed
Implementation of
|
public
|
#
lock( string $key )
Prevents item reading and writing. Lock is released by write() or
remove().
Prevents item reading and writing. Lock is released by write() or
remove().
Parameters
Implementation of
|
public
|
#
write( string $key, mixed $data, array $dependencies )
Writes item into the cache.
Writes item into the cache.
Parameters
Implementation of
|
public
|
#
remove( string $key )
Removes item from the cache.
Removes item from the cache.
Parameters
Implementation of
|
public
|
#
clean( array $conditions )
Removes items from the cache by conditions.
Removes items from the cache by conditions.
Implementation of
|