public interface ImageCacheListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
cacheHitImage(ImageKey key)
An Image was found in the cache
|
void |
cacheHitImageInfo(java.lang.String uri)
An ImageInfo was found in the cache
|
void |
cacheMissImage(ImageKey key)
An Image was not in the cache
|
void |
cacheMissImageInfo(java.lang.String uri)
An ImageInfo was not in the cache
|
void |
invalidHit(java.lang.String uri)
An URi previously identified as invalid was requested again
|
void invalidHit(java.lang.String uri)
uri
- the invalid URIvoid cacheHitImageInfo(java.lang.String uri)
uri
- the image's URIvoid cacheMissImageInfo(java.lang.String uri)
uri
- the image's URIvoid cacheHitImage(ImageKey key)
key
- the image keyvoid cacheMissImage(ImageKey key)
key
- the image keyCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.