CacheException constructor

CacheException(
  1. String prefix,
  2. String message
)

Implementation

CacheException(this.prefix, this.message);