You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, the lifecyle of the cached objects is difficult to understand / opaque. And because we pass cache configs and the memoization decorator connects and holds the client, it is awkward to flush the cache. A trivial stopgap with a neat syntax would be add a property to decorated objects to allow cache flushing.
We should create a proper abstraction of the caching to make the code base cleaner and to allow alternative implementations.
We currently only support
Memcached
.This is related to issue #124
The text was updated successfully, but these errors were encountered: