Add a caching backend
It will cache User objects (not directly the resources yet), wrapping another Backend object and invalidating the cache on every state-changing API call.
backend/cache/cache.go
0 → 100644
Please register or sign in to comment