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 class
DefaultImageModelCache
Methods in it.tidalwave.image that return ImageModelCache Modifier and Type Method Description static ImageModelCache
ImageModelCache. 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 void
ImageModelCache. setDefault(java.lang.Class<? extends ImageModelCache> defaultClass)
Sets the default implementation of the cache for the local VM.
-