storeResponse method

void storeResponse(
  1. String key,
  2. AlazResponse response
)

Implementation

void storeResponse(String key, AlazResponse response) {
  _cache[key] = response;
}