ApcWrapper (Cache)

ApcWrapper

class ApcWrapper (View source)

Methods

void __construct()

Create a new APC wrapper instance.

mixed get( string $key)

Get an item from the cache.

array|bool put( string $key, mixed $value, int $seconds)

Store an item in the cache.

int|bool 登录查看完整内容