Uses of Class
it.tidalwave.image.ImageModelCache
-
Packages that use ImageModelCache Package Description it.tidalwave.image -
-
Uses of ImageModelCache in it.tidalwave.image
Subclasses of ImageModelCache in it.tidalwave.image Modifier and Type Class Description classDefaultImageModelCacheMethods in it.tidalwave.image that return ImageModelCache Modifier and Type Method Description static ImageModelCacheImageModelCache. getInstance()Returns the default instance of the cache on the local VM.Method parameters in it.tidalwave.image with type arguments of type ImageModelCache Modifier and Type Method Description static voidImageModelCache. setDefault(java.lang.Class<? extends ImageModelCache> defaultClass)Sets the default implementation of the cache for the local VM.
-