PHP 클래스 Flintstone\Cache\ArrayCache

상속: implements Flintstone\Cache\CacheInterface
파일 보기 프로젝트 열기: fire015/flintstone

보호된 프로퍼티들

프로퍼티 타입 설명
$cache array Cache data.

공개 메소드들

메소드 설명
contains ( $key )
delete ( $key )
flush ( )
get ( $key )
set ( $key, $data )

메소드 상세

contains() 공개 메소드

public contains ( $key )

delete() 공개 메소드

public delete ( $key )

flush() 공개 메소드

public flush ( )

get() 공개 메소드

public get ( $key )

set() 공개 메소드

public set ( $key, $data )

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

Cache data.
protected array $cache
리턴 array