\ManaPHP\Caching\MCacheApcuCache

Summary

Methods
Properties
Constants
__construct()
get()
No public properties found
No constants found
No protected methods found
$_ttl
$_prefix
N/A
No private methods found
No private properties found
N/A

Properties

$_ttl

$_ttl : integer

Type

integer

$_prefix

$_prefix : string

Type

string

Methods

__construct()

__construct(integer  $ttl = 1, string  $prefix = null) 

Parameters

integer $ttl
string $prefix

get()

get(string  $key, callable  $callback, integer  $ttl = null) : mixed

Parameters

string $key
callable $callback
integer $ttl

Returns

mixed