Package org.jclouds.cloudstack.suppliers
Class ZoneIdToZoneSupplier
java.lang.Object
org.jclouds.cloudstack.suppliers.ZoneIdToZoneSupplier
- All Implemented Interfaces:
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,
,Zone>> Supplier<com.google.common.cache.LoadingCache<String,
Zone>>
public class ZoneIdToZoneSupplier
extends Object
implements com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>>
Supplies a cache that maps from zone IDs to zones.
-
Constructor Summary
ConstructorsConstructorDescriptionZoneIdToZoneSupplier
(com.google.common.cache.CacheLoader<String, Zone> zoneIdToZone, long expirationSecs) -
Method Summary