\Framework\CacheCacheInterface

Summary

Methods
Constants
get()
set()
has()
delete()
clear()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

get()

get(string  $key, mixed  $default = null) : mixed

Parameters

string $key
mixed $default

Returns

mixed —

set()

set(string  $key, mixed  $value, int  $ttl) : bool

Parameters

string $key
mixed $value
int $ttl

Returns

bool —

has()

has(string  $key) : bool

Parameters

string $key

Returns

bool —

delete()

delete(string  $key) : bool

Parameters

string $key

Returns

bool —

clear()

clear() : bool

Returns

bool —