org.fusesource.restygwt.client.cache
Class VolatileQueueableCacheStorage
java.lang.Object
org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
org.fusesource.restygwt.client.cache.VolatileQueueableCacheStorage
- All Implemented Interfaces:
- CacheStorage<Response>, QueueableCacheStorage
public class VolatileQueueableCacheStorage
- extends DefaultQueueableCacheStorage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolatileQueueableCacheStorage
public VolatileQueueableCacheStorage()
VolatileQueueableCacheStorage
public VolatileQueueableCacheStorage(int lifetimeMillis)
putResult
protected void putResult(CacheKey key,
Response response,
String scope)
- Overrides:
putResult in class DefaultQueueableCacheStorage
purge
public void purge()
- Description copied from interface:
CacheStorage
- purge the complete cache
- Specified by:
purge in interface CacheStorage<Response>- Overrides:
purge in class DefaultQueueableCacheStorage
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.