28 $config = Configuration::getInstance();
29 $this->prefix =
$config->getString(
'memcache_store.prefix',
'simpleSAMLphp');
42 assert(is_string(
$type));
43 assert(is_string(
$key));
59 assert(is_string(
$type));
60 assert(is_string($key));
61 assert($expire === null || (is_int($expire) && $expire > 2592000));
63 if ($expire === null) {
79 assert(is_string(
$type));
80 assert(is_string($key));
static set($key, $value, $expire=null)
Save a key-value pair to the memcache servers.
__construct()
This function implements the constructor for this class.
static delete($key)
Delete a key-value pair from the memcache servers.