Uses of Interface
org.fusesource.restygwt.client.cache.CacheKey

Packages that use CacheKey
org.fusesource.restygwt.client.cache   
org.fusesource.restygwt.client.callback   
org.fusesource.restygwt.client.dispatcher   
 

Uses of CacheKey in org.fusesource.restygwt.client.cache
 

Classes in org.fusesource.restygwt.client.cache that implement CacheKey
 class ComplexCacheKey
           
 class SimpleCacheKey
          just a string implementation of a cachekey
 class UrlCacheKey
           
 

Fields in org.fusesource.restygwt.client.cache with type parameters of type CacheKey
protected  Map<String,HashMap<CacheKey,Response>> DefaultQueueableCacheStorage.cache
          key <> value hashmap for holding cache values.
 

Methods in org.fusesource.restygwt.client.cache with parameters of type CacheKey
 void QueueableCacheStorage.addCallback(CacheKey k, RequestCallback rc)
           
 void DefaultQueueableCacheStorage.addCallback(CacheKey k, RequestCallback rc)
           
 Response DefaultQueueableCacheStorage.getResultOrReturnNull(CacheKey key)
           
 T CacheStorage.getResultOrReturnNull(CacheKey key)
           
 Response DefaultQueueableCacheStorage.getResultOrReturnNull(CacheKey key, String scope)
           
 T CacheStorage.getResultOrReturnNull(CacheKey key, String scope)
           
 boolean QueueableCacheStorage.hasCallback(CacheKey k)
           
 boolean DefaultQueueableCacheStorage.hasCallback(CacheKey k)
           
 void DefaultQueueableCacheStorage.putResult(CacheKey key, Response response)
           
 void DefaultQueueableCacheStorage.putResult(CacheKey key, Response response, String... scopes)
           
protected  void VolatileQueueableCacheStorage.putResult(CacheKey key, Response response, String scope)
           
protected  void DefaultQueueableCacheStorage.putResult(CacheKey key, Response response, String scope)
           
 void CacheStorage.putResult(CacheKey key, T response)
          default put method
 void CacheStorage.putResult(CacheKey key, T response, String... scope)
          put by ident/scope.
 void DefaultQueueableCacheStorage.remove(CacheKey key)
           
 void CacheStorage.remove(CacheKey key)
          default delete method
 void DefaultQueueableCacheStorage.remove(CacheKey key, String... scopes)
           
 void CacheStorage.remove(CacheKey key, String... scopes)
          delete by ident/scope.
 List<RequestCallback> QueueableCacheStorage.removeCallbacks(CacheKey k)
           
 List<RequestCallback> DefaultQueueableCacheStorage.removeCallbacks(CacheKey k)
           
 

Uses of CacheKey in org.fusesource.restygwt.client.callback
 

Methods in org.fusesource.restygwt.client.callback that return CacheKey
protected  CacheKey RestfulCachingCallbackFilter.cacheKey(RequestBuilder builder)
           
protected  CacheKey CachingCallbackFilter.cacheKey(RequestBuilder builder)
           
 

Uses of CacheKey in org.fusesource.restygwt.client.dispatcher
 

Methods in org.fusesource.restygwt.client.dispatcher that return CacheKey
protected  CacheKey RestfulCachingDispatcherFilter.cacheKey(RequestBuilder builder)
           
protected  CacheKey CachingDispatcherFilter.cacheKey(RequestBuilder builder)
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.