EventListener
ImageCacheStatistics
public interface ImageCacheListener extends EventListener
Modifier and Type | Method | Description |
---|---|---|
void |
cacheHitImage(ImageKey key) |
An Image was found in the cache
|
void |
cacheHitImageInfo(String uri) |
An ImageInfo was found in the cache
|
void |
cacheMissImage(ImageKey key) |
An Image was not in the cache
|
void |
cacheMissImageInfo(String uri) |
An ImageInfo was not in the cache
|
void |
invalidHit(String uri) |
An URi previously identified as invalid was requested again
|
void invalidHit(String uri)
uri
- the invalid URIvoid cacheHitImageInfo(String uri)
uri
- the image's URIvoid cacheMissImageInfo(String uri)
uri
- the image's URIvoid cacheHitImage(ImageKey key)
key
- the image keyvoid cacheMissImage(ImageKey key)
key
- the image keyCopyright © 2018 Apache Software Foundation. All rights reserved.