Uses of Class
net.datenwerke.rs.resultcache.ResultCacheKey
Packages that use ResultCacheKey
-
Uses of ResultCacheKey in net.datenwerke.rs.core.service.internaldb
Methods in net.datenwerke.rs.core.service.internaldb with parameters of type ResultCacheKey -
Uses of ResultCacheKey in net.datenwerke.rs.resultcache
Subclasses of ResultCacheKey in net.datenwerke.rs.resultcacheModifier and TypeClassDescriptionclassclassMethods in net.datenwerke.rs.resultcache with parameters of type ResultCacheKeyModifier and TypeMethodDescriptionvoidResultCacheService.addToResultCache(ResultCacheKey datasource, CacheableResult result) voidResultCacheServiceImpl.addToResultCache(ResultCacheKey cacheKey, CacheableResult result) booleanCacheableResult.consumes(ResultCacheKey cacheKey) ResultCacheService.getCachedResult(ResultCacheKey ds) ResultCacheServiceImpl.getCachedResult(ResultCacheKey cacheKey) booleanResultCacheKey.matches(ResultCacheKey cacheKey) booleanResultCacheKeyDatasource.matches(ResultCacheKey target) voidResultCacheService.removeFromResultCache(ResultCacheKey datasource) voidResultCacheServiceImpl.removeFromResultCache(ResultCacheKey cacheKey)