CLASS_MEMCACHED
CLASS_MEMCACHED
Defines the class as Memcached
A wrapper for PHP's Memcached extension. Will try to use the Memcached class first, if it doesn't exist, will use Memcache.
deleteWithPrefix(string $prefix) : \Alo\Cache\AbstractCache
Deletes all cached entries with the supplied prefix
string | $prefix | The prefix |
deleteWithSuffix(string $suffix) : \Alo\Cache\AbstractCache
Deletes all cached entries with the supplied suffix
string | $suffix | The suffix |