Package org.openwms.tms.routing.app
Class CacheJanitor
java.lang.Object
org.openwms.tms.routing.app.CacheJanitor
A CacheJanitor is used to evict caches.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
CacheJanitor
CacheJanitor()
-
-
Method Details
-
evictLocationGroupCache
@CacheEvict(cacheNames="locationGroups", allEntries=true) public void evictLocationGroupCache() -
evictLocationCache
@CacheEvict(cacheNames="locations", allEntries=true) public void evictLocationCache()
-