mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-27 09:49:09 +01:00
This adds optional caches for configuration stores and backing data files for data stores. These stores can be enabled using the system properties `scm.storeCache.enabled=true` and `scm.cache.dataFileCache.enabled=true`. In addition, this adds the possibility to overwrite cache configurations from the guice cache (see file `gcache.xml`) with system properties. The maximum size of the external group cache for example can be overwritten with the system property `scm.cache.externalGroups.maximumSize`. Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>