org.dasein.cloud.services.storage
Class StorageCache
java.lang.Object
org.dasein.cloud.services.storage.StorageCache
public class StorageCache
- extends Object
Caches the files stored in cloud storage so that not every call needs to go into the cloud.
- Author:
- George Reese @ enStratus (http://www.enstratus.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageCache
public StorageCache(StorageServices services)
list
public Iterable<CloudStoreObject> list()
throws CloudException,
InternalException
- Throws:
CloudException
InternalException
list
public Iterable<CloudStoreObject> list(CloudStoreObject directory)
throws CloudException,
InternalException
- Throws:
CloudException
InternalException
isStale
public boolean isStale()
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.