Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Prado
Data
SqlMap
DataMapper
TSqlMapLruCache
PHP 클래스 Prado\Data\SqlMap\DataMapper\TSqlMapLruCache
부터:
3.1
상속:
extends
TSqlMapCache
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드
설명
get
(
$key
) :
mixed
set
(
$key
,
$value
,
$expire
,
$dependency
= null )
Stores a value identified by a key into cache.
메소드 상세
get()
공개
메소드
public
get
(
$key
) :
mixed
리턴
mixed
Gets a cached object with the specified key.
set()
공개
메소드
The expire and dependency parameters are ignored.
public
set
(
$key
,
$value
,
$expire
,
$dependency
= null )