-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconcistencies with caching GeoServer config infos
Simplify `CachingGeoServerFacade` making it evict the whole in-memory cache upon each change or incoming event. Trying to maintain too much logic to optimize per-object caching, specially for workspace `ServiceInfo` and `SettingsInfo` is too error prone and a maintenance burden. Evicting the config cache is not a problem while changes are being performed, and during normal operation with no config changes it just serves its purpose.
- Loading branch information
Showing
2 changed files
with
38 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.