Closed Jaymon closed 3 years ago
An idea on how to do this here.
Basically, it would be great to do something like this:
class FooCache(KeyCache): prefix = "foo" FooCache.clear_prefix()
and have it clear all foo* keys in the cache
foo*
An idea on how to do this here.
Basically, it would be great to do something like this:
and have it clear all
foo*
keys in the cache