\Fuman_Db_Record_Cache

Cache

Summary

Methods
Properties
Constants
getInstance()
clearAll()
set()
get()
has()
getContainer()
getData()
clear()
updateUID()
No public properties found
No constants found
__construct()
$_instances
$_data
N/A
No private methods found
No private properties found
N/A

Properties

$_data

$_data : array

Type

array

Methods

clearAll()

clearAll() 

clear all record caches

set()

set(string  $key, mixed  $value) 

Parameters

string $key
mixed $value

get()

get(string  $key) : mixed

Parameters

string $key

Returns

mixed

has()

has(string  $key) : boolean

Parameters

string $key

Returns

boolean

getContainer()

getContainer(string  $key) : array

Parameters

string $key

Returns

array

getData()

getData() 

clear()

clear() 

updateUID()

updateUID(\Fuman_Db_Record  $record,   $prevUID) 

Parameters

\Fuman_Db_Record $record
$prevUID

__construct()

__construct() 

Constructor