Uses of Interface
tech.rsqn.cacheservice.support.CacheIteratorCallBack
-
Packages that use CacheIteratorCallBack Package Description tech.rsqn.cacheservice tech.rsqn.cacheservice.hashmapcache tech.rsqn.cacheservice.noopcache -
-
Uses of CacheIteratorCallBack in tech.rsqn.cacheservice
Methods in tech.rsqn.cacheservice with parameters of type CacheIteratorCallBack Modifier and Type Method Description voidCacheService. iterateThroughKeys(CacheIteratorCallBack callBack) -
Uses of CacheIteratorCallBack in tech.rsqn.cacheservice.hashmapcache
Methods in tech.rsqn.cacheservice.hashmapcache with parameters of type CacheIteratorCallBack Modifier and Type Method Description voidReferenceHashMapCacheService. iterateThroughKeys(CacheIteratorCallBack callBack) -
Uses of CacheIteratorCallBack in tech.rsqn.cacheservice.noopcache
Methods in tech.rsqn.cacheservice.noopcache with parameters of type CacheIteratorCallBack Modifier and Type Method Description voidNoOpCacheService. iterateThroughKeys(CacheIteratorCallBack callBack)
-