CacheAttributes constructor

CacheAttributes({
  1. int? cacheStaleTimeoutInSeconds,
})

Implementation

CacheAttributes({
  this.cacheStaleTimeoutInSeconds,
});