PHP 인터페이스 Jamm\Memory\IMemcacheDecorator

파일 보기 프로젝트 열기: jamm/memory

공개 메소드들

메소드 설명
add ( $key, $var, $flag = null, $ttl )
connect ( $host = 'localhost', $port = 11211 )
decrement ( $key, $by_value )
delete ( $key )
get ( $key )
getStats ( )
increment ( $key, $by_value )
set ( $key, $value, $flag = null, $ttl )

메소드 상세

add() 공개 메소드

public add ( $key, $var, $flag = null, $ttl )

connect() 공개 메소드

public connect ( $host = 'localhost', $port = 11211 )

decrement() 공개 메소드

public decrement ( $key, $by_value )

delete() 공개 메소드

public delete ( $key )

get() 공개 메소드

public get ( $key )

getStats() 공개 메소드

public getStats ( )

increment() 공개 메소드

public increment ( $key, $by_value )

set() 공개 메소드

public set ( $key, $value, $flag = null, $ttl )