Property | Type | Description | |
---|---|---|---|
$handler | instance of memcached |
Method | Description | |
---|---|---|
__construct ( array $settings = [] ) | Check and setup memcached servers | |
getHandler ( ) : |
Get Mamcached Handler |
Method | Description | |
---|---|---|
doAdd ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : boolean | ||
doContains ( string $id ) : boolean | ||
doDelete ( string $id ) : boolean | ||
doFlush ( ) : boolean | ||
doGet ( string $id ) : mixed | ||
doSet ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : boolean |
public __construct ( array $settings = [] ) | ||
$settings | array |
protected doContains ( string $id ) : boolean | ||
$id | string | |
return | boolean |