Closed Jaymon closed 3 years ago
Because SetCache and DictCache follow the interfaces, I shouldn't be adding random deletion methods. But as of v2.0.0
every cache class will have a clear()
method and del c.data
will work on the normal Cache class.
I think
del c
should work, or at leastdel c.data
, you can also adddelete()
,remove()
, andclear()
methods, basically, I can never freaking remember how to remove the cache