getBaseCacheMode method

CacheMode? getBaseCacheMode()

Implementation

CacheMode? getBaseCacheMode() {
  return this._rxNetConfig?.cacheMode;
}