* {@link CreationSupport} is not {@link ILiveCreationSupport}).
*/
public static void setEntry(WidgetInfo widget, Image image, boolean shouldSetSize) {
GwtLiveCacheEntry entry = new GwtLiveCacheEntry();
entry.setImage(image);
entry.shouldSetSize(shouldSetSize);
widget.putArbitraryValue(GwtLiveCacheEntry.class, entry);
}
private GwtLiveCacheEntry getEntry() {
// check if we have LiveComponentsCacheEntry set externally