withKey method

ICache withKey(
  1. String key
)

Implementation

ICache withKey(String key) => new CacheService(key);