createWidgetCache abstract method
Creates an instance of WidgetCache.
Subclasses must override this method to provide the implementation for creating a WidgetCache instance.
Implementation
@protected
@factory
WidgetCache createWidgetCache();
Creates an instance of WidgetCache.
Subclasses must override this method to provide the implementation for creating a WidgetCache instance.
@protected
@factory
WidgetCache createWidgetCache();