useCollectionCaching property

bool get useCollectionCaching

Implementation

bool get useCollectionCaching => _useCollectionCaching;
set useCollectionCaching (dynamic value)

If set true, the local caching for collection will be worked. The default value is true. @since 4.2.0

Implementation

set useCollectionCaching(value) {
  _useCollectionCaching = value;
}