lifter
lifter copied to clipboard
Implement a caching mechanism
It would be great to implement caching on various to minimize IO operations.
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.