CachePreloader constructor

CachePreloader(
  1. DataCacheX _cache
)

Creates a new instance of CachePreloader.

Implementation

CachePreloader(this._cache);