org.fusesource.restygwt.client.cache
Interface QueueableCacheStorage
- All Superinterfaces:
- CacheStorage<Response>
- All Known Implementing Classes:
- DefaultQueueableCacheStorage, VolatileQueueableCacheStorage
public interface QueueableCacheStorage
- extends CacheStorage<Response>
more enhanced cache interface caching Response objects.
TODO write something
- Author:
- abalke
RESTY_CACHE_HEADER
static final String RESTY_CACHE_HEADER
- See Also:
- Constant Field Values
hasCallback
boolean hasCallback(CacheKey k)
addCallback
void addCallback(CacheKey k,
RequestCallback rc)
removeCallbacks
List<RequestCallback> removeCallbacks(CacheKey k)
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.