django local cache corrupts objects making them unusable
I'm working with google APIs and I'm caching the service object, which is
an authenticated object for API access. Unfortunately, after having been
cached, it doesn't work anymore, returning a login error
It looks like this is due to some corruption of the cached object. Does
local cache do serialization? How can I know if this object can be
correctly serialized?
Are there other simple caching mechanisms that are not based on
serialization?
No comments:
Post a Comment