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. |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.