__construct()
__construct()
Instantiates the class
The abstract cache class
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 |