Note this class is limited to working with DecoratorOveralayIcon since it has a working equals and hashcode implemenation.
5556575859606162
protected ImageCache imageCache; protected OverlayCache overlayCache; public ServiceDecorator() { overlayCache = new OverlayCache(); imageCache = new ImageCache(); }