class ApcWrapper (View source)

Methods

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.

bool
flush()

Remove all items from the cache.

Details

mixed get(string $key)

Get an item from the cache.

Parameters

string $key

Return Value

mixed

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

Store an item in the cache.

Parameters

string $key
mixed $value
int $seconds

Return Value

array|bool

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

Increment the value of an item in the cache.

Parameters

string $key
mixed $value

Return Value

int|bool

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

Decrement the value of an item in the cache.

Parameters

string $key
mixed $value

Return Value

int|bool

bool delete(string $key)

Remove an item from the cache.

Parameters

string $key

Return Value

bool

bool flush()

Remove all items from the cache.

Return Value

bool

Laravel Cloud is the best place to deploy Laravel, Nuxt, Express, Hono, Node.js, Bun, Go, Flask, Python, and more, with dedicated infrastructure available on AWS through Laravel Private Cloud.