MemoryCache constructor

MemoryCache(
  1. MemoryCacheOptions _options
)

Implementation

MemoryCache(this._options) {
  _startExpirationScan();
}