Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Prado
Data
SqlMap
DataMapper
TSqlMapFifoCache
PHP Class Prado\Data\SqlMap\DataMapper\TSqlMapFifoCache
Since:
3.1
Inheritance:
extends
TSqlMapCache
Exibir arquivo
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 )