Elgg
Version 1.11
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
{
28
public
function
get
(
$key
, callable $callback);
29
41
public
function
invalidate
(
$key
);
42
55
public
function
put
(
$key
,
$value
);
56
}
Elgg\Cache\Pool\put
put($key, $value)
Prime the cache to a specific value.
$value
$value
Definition:
longtext.php:26
$key
$key
Definition:
summary.php:34
Elgg\Cache\Pool\invalidate
invalidate($key)
Forcefully invalidates the value associated with the given key.
Elgg\Cache
Definition:
LRUCache.php:2
Elgg\Cache\Pool
Definition:
Pool.php:19
Generated on Sat Dec 21 2024 00:00:49 for Elgg by
1.8.11