\FubberICache

Cache provider interface.

Summary

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

Methods

get()

get(  $key) : mixed|null

Get a key

Parameters

$key

Returns

mixed|null

set()

set(  $key,   $val,   $ttl) : $this

Set a key

Parameters

$key
$val
$ttl

Returns

$this