CacheObject constructor

CacheObject(
  1. Response response
)

Implementation

CacheObject(this.response)
    : timeStamp = DateTime.now().millisecondsSinceEpoch;