Package com.day.cq.dam.api.cache
Interface BufferedImageCache.Entry
-
- Enclosing interface:
- BufferedImageCache
public static interface BufferedImageCache.Entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acquire()
java.awt.image.BufferedImage
getImage()
long
getSize()
void
release()
-