getExpiryKeysCache method

  1. @visibleForTesting
HashMap<String, Map<String, DateTime?>> getExpiryKeysCache()

Implementation

@visibleForTesting
HashMap<String, Map<String, DateTime?>> getExpiryKeysCache() {
  return _expiryKeysCache;
}