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

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

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

Classes in org.fusesource.restygwt.client.cache that implement QueueableCacheStorage
 class DefaultQueueableCacheStorage
          this implementation stores Response objects until they are removed or purged.
 class VolatileQueueableCacheStorage
           
 

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

Fields in org.fusesource.restygwt.client.callback declared as QueueableCacheStorage
protected  QueueableCacheStorage CachingCallbackFilter.cache
           
 

Constructors in org.fusesource.restygwt.client.callback with parameters of type QueueableCacheStorage
CachingCallbackFilter(QueueableCacheStorage cache)
           
RestfulCachingCallbackFilter(QueueableCacheStorage cache)
           
 

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

Constructors in org.fusesource.restygwt.client.dispatcher with parameters of type QueueableCacheStorage
CachingDispatcherFilter(QueueableCacheStorage cacheStorage, CallbackFactory cf)
          the one and only constructor
RestfulCachingDispatcherFilter(QueueableCacheStorage cacheStorage, CallbackFactory cf)
           
 



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