TestCache
in package
FinalYes
Table of Contents
Methods
- clear() : mixed
- instance() : TestCache
- retrieve() : mixed
Methods
clear()
public
clear() : mixed
instance()
public
static instance(string $key) : TestCache
Parameters
- $key : string
Return values
TestCacheretrieve()
public
retrieve(string $key, callable $generator) : mixed
Parameters
- $key : string
- $generator : callable