Class CacheService
java.lang.Object
org.diabetestechnology.drh.service.http.pg.cache.CacheService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evictSpecificCache
(String cacheKey) void
getFilterTypesAsString
(Map<String, TabularRowsRequest.FilterModel> filterModel)
-
Constructor Details
-
CacheService
public CacheService()
-
-
Method Details
-
getFilterTypesAsString
-
evictTabularRowCache
@CacheEvict(value="tabularRowCache", allEntries=true) public void evictTabularRowCache() -
evictSpecificCache
@CacheEvict(value="tabularRowCache", key="#cacheKey") public void evictSpecificCache(String cacheKey)
-