Página principal
Páginas relacionadas
Módulos
Estructuras de Datos
Archivos
deleteRecordFromCache
(
array
$record
)
protected
Deletes record from static cache.
Hace referencia a
$cache
.
Referenciado por
save()
.
302
{
303
if
(isset(
IcesSerializer::$cache
[$this->classname])) {
304
foreach
(
IcesSerializer::$cache
[$this->classname] as $key => $value) {
305
if
(isset($record[$key]) && isset($value[$record[$key]])) {
306
unset(
IcesSerializer::$cache
[$this->classname][$key][$record[$key]]);
307
}
308
}
309
}
310
}
IcesSerializer\$cache
static $cache
cache array.
Definition:
common.db.logic.inc:27
IcesSerializer
Generado el Martes, 1 de Noviembre de 2016 16:42:26 por
1.8.8