PHP 인터페이스 Pheasant\Cache

파일 보기 프로젝트 열기: lox/pheasant

공개 메소드들

메소드 설명
add ( $object ) Add or override a row in the cache. Expects a DomainObject
clear ( ) Clears the entire cache
get ( $hash ) : array Gets a row from the cache, or returns false
has ( $hash ) : boolean

메소드 상세

add() 공개 메소드

Add or override a row in the cache. Expects a DomainObject
public add ( $object )

clear() 공개 메소드

Clears the entire cache
public clear ( )

get() 공개 메소드

Gets a row from the cache, or returns false
public get ( $hash ) : array
리턴 array

has() 공개 메소드

public has ( $hash ) : boolean
리턴 boolean