Package org.openwms.wms.receiving.events
Class CacheJanitor
java.lang.Object
org.openwms.wms.receiving.events.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
public CacheJanitor()
-
-
Method Details
-
evictProductCache
@CacheEvict(cacheNames="products", allEntries=true) public void evictProductCache()
-