createWidgetCache abstract method

  1. @protected
  2. @factory
WidgetCache<GetWidgetCache> createWidgetCache()

Creates an instance of WidgetCache.

Subclasses must override this method to provide the implementation for creating a WidgetCache instance.

Implementation

@protected
@factory
WidgetCache createWidgetCache();