Description
The LDCache API is currently very difficult to understand. It should be simplified so that users only need to call straightforward methods like
- ldcache.get(resource)
- ldcache.refresh(resource)
- ldcache.expire(resource)
This is a major (breaking) change of the API as well as the backends and we need to make sure all existing implementations keep their functionality.