Uses of Interface
org.openstack4j.model.image.CachedImage
-
Packages that use CachedImage Package Description org.openstack4j.api.image org.openstack4j.openstack.image.domain org.openstack4j.openstack.image.internal -
-
Uses of CachedImage in org.openstack4j.api.image
Methods in org.openstack4j.api.image that return types with arguments of type CachedImage Modifier and Type Method Description List<? extends CachedImage>ImageService. listChachedImages()List images currently in the glance image cache. -
Uses of CachedImage in org.openstack4j.openstack.image.domain
Classes in org.openstack4j.openstack.image.domain that implement CachedImage Modifier and Type Class Description classCachedGlanceImage -
Uses of CachedImage in org.openstack4j.openstack.image.internal
Methods in org.openstack4j.openstack.image.internal that return types with arguments of type CachedImage Modifier and Type Method Description List<? extends CachedImage>ImageServiceImpl. listChachedImages()List images currently in the glance image cache.
-