Elgg
Version 2.3
engine
classes
Elgg
Cache
Pool.php
Go to the documentation of this file.
1
<?php
2
namespace
Elgg\Cache
;
3
19
interface
Pool
{
29
public
function
get
(
$key
, callable $callback =
null
,
$default
=
null
);
30
42
public
function
invalidate
(
$key
);
43
56
public
function
put
(
$key
,
$value
);
57
}
$default
$default
Definition:
checkbox.php:34
$value
$value
Definition:
longtext.php:42
Elgg\Cache\Pool
Definition:
Pool.php:19
Elgg\Cache\Pool\put
put($key, $value)
Prime the cache to a specific value.
Elgg\Cache\Pool\invalidate
invalidate($key)
Forcefully invalidates the value associated with the given key.
Elgg\Cache
Definition:
EntityCache.php:2
$key
$key
Definition:
summary.php:34
Generated on Fri Aug 29 2025 00:00:46 for Elgg by
1.9.1