Uses of Interface
tech.rsqn.cacheservice.CacheService
-
-
Uses of CacheService in tech.rsqn.cacheservice
Methods in tech.rsqn.cacheservice that return types with arguments of type CacheService Modifier and Type Method Description java.util.Map<java.lang.String,CacheService>TransparentCacheService. getCaches() -
Uses of CacheService in tech.rsqn.cacheservice.hashmapcache
Classes in tech.rsqn.cacheservice.hashmapcache that implement CacheService Modifier and Type Class Description classReferenceHashMapCacheService -
Uses of CacheService in tech.rsqn.cacheservice.noopcache
Classes in tech.rsqn.cacheservice.noopcache that implement CacheService Modifier and Type Class Description classNoOpCacheServiceCreated by mandrewes on 23/01/14. -
Uses of CacheService in tech.rsqn.cacheservice.referencetransparentcache
Methods in tech.rsqn.cacheservice.referencetransparentcache that return types with arguments of type CacheService Modifier and Type Method Description java.util.Map<java.lang.String,CacheService>DefaultTransparentCacheService. getCaches()Method parameters in tech.rsqn.cacheservice.referencetransparentcache with type arguments of type CacheService Modifier and Type Method Description voidDefaultTransparentCacheService. setCaches(java.util.Map<java.lang.String,CacheService> caches) -
Uses of CacheService in tech.rsqn.cacheservice.util
Methods in tech.rsqn.cacheservice.util with parameters of type CacheService Modifier and Type Method Description static java.util.SetCacheHelper. getKeySet(CacheService cache)
-