CachingConfig constructor

CachingConfig({
  1. List<String>? cachingKeys,
  2. int? ttl,
})

Implementation

CachingConfig({
  this.cachingKeys,
  this.ttl,
});