Uses of Class
org.apache.xmlgraphics.image.loader.cache.ImageKey
-
Packages that use ImageKey Package Description org.apache.xmlgraphics.image.loader.cache Contains image caching infrastructure. -
-
Uses of ImageKey in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type ImageKey Modifier and Type Method Description void
ImageCacheListener. cacheHitImage(ImageKey key)
An Image was found in the cachevoid
ImageCacheStatistics. cacheHitImage(ImageKey key)
An Image was found in the cachevoid
ImageCacheListener. cacheMissImage(ImageKey key)
An Image was not in the cachevoid
ImageCacheStatistics. cacheMissImage(ImageKey key)
An Image was not in the cache
-