CacheManager constructor

CacheManager(
  1. Fetcher fetcher
)

Creates an instance of CacheManager to make caching requests to your backend app. @param {Fetcher} fetcher The http client to make RESTful API calls to the application's execution engine

Implementation

CacheManager(super.fetcher);