|
xmlgraphics-commons 1.3.1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can be implemented by classes which want to know what's going on inside the image cache.
Method Summary | |
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 |
Method Detail |
public void invalidHit(java.lang.String uri)
uri
- the invalid URIpublic void cacheHitImageInfo(java.lang.String uri)
uri
- the image's URIpublic void cacheMissImageInfo(java.lang.String uri)
uri
- the image's URIpublic void cacheHitImage(ImageKey key)
key
- the image keypublic void cacheMissImage(ImageKey key)
key
- the image key
|
xmlgraphics-commons 1.3.1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |