PHP Class Prado\Data\SqlMap\DataMapper\TSqlMapLruCache

Since: 3.1
Inheritance: extends TSqlMapCache
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
get ( $key ) : mixed
set ( $key, $value, $expire, $dependency = null ) Stores a value identified by a key into cache.

Method Details

get() public method

public get ( $key ) : mixed
return mixed Gets a cached object with the specified key.

set() public method

The expire and dependency parameters are ignored.
public set ( $key, $value, $expire, $dependency = null )