PHP Interface Jamm\Memory\IMemcacheDecorator

Show file Open project: jamm/memory

Public Methods

Method Description
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 )

Method Details

add() public method

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

connect() public method

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

decrement() public method

public decrement ( $key, $by_value )

delete() public method

public delete ( $key )

get() public method

public get ( $key )

getStats() public method

public getStats ( )

increment() public method

public increment ( $key, $by_value )

set() public method

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