5use \SimpleSAML_Configuration as Configuration;
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));
79 assert(is_string(
$type));
80 assert(is_string(
$key));
An exception for terminatinating execution or to throw for unit testing.
__construct()
This function implements the constructor for this class.
static set($key, $value, $expire=null)
Save a key-value pair to the memcache servers.
static delete($key)
Delete a key-value pair from the memcache servers.