JustCacheStrategy constructor

JustCacheStrategy({
  1. Duration ttlValue = CacheStrategy.defaultTTLValue,
  2. bool keepExpiredCache = false,
})

Implementation

JustCacheStrategy({
  this.ttlValue = CacheStrategy.defaultTTLValue,
  this.keepExpiredCache = false,
});