1. This is unused. 2. Such perma-caching is better owned by the repository, whose data is being cached. For example, `UserRepository*` in case of `getAnonymousUser`. Having all cached resources in one place doesn't scale. Besides, doing it this way means we have do hit the DB directly with `mongoOperations`, because injecting any repository beans will cause cyclic injections. |
||
|---|---|---|
| .. | ||
| src | ||
| auth-notes | ||
| pom.xml | ||