lifter icon indicating copy to clipboard operation
lifter copied to clipboard

Implement a caching mechanism

Open agateblue opened this issue 9 years ago • 1 comments

It would be great to implement caching on various to minimize IO operations.

agateblue avatar Jul 19 '16 14:07 agateblue

My first implementation was kind of dummy, the hooks for getting / settings a cache value are not at the proper place. Instead of caching the final result (model instances, and so on, we should cache the underlying backend (SQL, http...) response.

agateblue avatar Jul 20 '16 11:07 agateblue