FrameCacheStore constructor

const FrameCacheStore(
  1. FrameCache _cache
)

Wraps a disk FrameCache.

Implementation

const FrameCacheStore(this._cache);