Package | Description |
---|---|
org.apache.xmlgraphics.image.loader.cache |
Contains image caching infrastructure.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageCacheListener.cacheHitImage(ImageKey key)
An Image was found in the cache
|
void |
ImageCacheStatistics.cacheHitImage(ImageKey key)
An Image was found in the cache
|
void |
ImageCacheListener.cacheMissImage(ImageKey key)
An Image was not in the cache
|
void |
ImageCacheStatistics.cacheMissImage(ImageKey key)
An Image was not in the cache
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.