CacheInfo constructor

CacheInfo({
  1. int? cacheCount,
  2. int? cacheLength,
})

Implementation

CacheInfo({this.cacheCount, this.cacheLength});