Skip to content
Snippets Groups Projects
Commit 72d7b37f authored by Antoine Lambert's avatar Antoine Lambert Committed by Antoine Lambert
Browse files

utils: Improve django cache management

Harmonize cache key format.

Add functions cache_set and cache_get wrapping calls to django cache API.

Dump value to cache as binary using msgpack and store a compressed version
of it to avoid hitting cache size limit.

Related to #4785.
parent 3a9763db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment