This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
Hello,
I've been looking at several implementations of eve api in different languages, and I want to suggest removing caching from the api layer. The caching implementation should be on the user of the library, because everyone has different usage and may want to change caching backend, and similar things, the library should only provide easy way of interfacing it with this chache.
Lukas