Checks if a key exists in the cache and is not expired.
bool contains(String key) => get(key) != null;