Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
}
Elgg\Cache\Pool\put
put($key, $value)
Prime the cache to a specific value.
$value
$value
Definition:
longtext.php:42
$default
$default
Definition:
checkbox.php:34
$key
$key
Definition:
summary.php:34
Elgg\Cache\Pool\invalidate
invalidate($key)
Forcefully invalidates the value associated with the given key.
Elgg\Cache
Definition:
EntityCache.php:2
Elgg\Cache\Pool
Definition:
Pool.php:19
Generated on Sat Dec 21 2024 00:01:03 for Elgg by
1.8.11