ApcWrapper

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 increment(string $key, mixed $value)

Increment the value of an item in the cache.

int|bool decrement(string $key, mixed $value)

Decrement the value of an item in the cache.

bool delete(string $key)

Remove an item from the cache.

void flush()

Remove all items from the cache.

doc_Laravel
2016-11-02 16:05:18
Comments
Leave a Comment

Please login to continue.