CacheService constructor

const CacheService(
  1. FileSystemAdapter _fs
)

Creates a cache service.

Implementation

const CacheService(this._fs);