validateKey abstract method

void validateKey(
  1. String key
)

Validates a cache key. Throws CacheException if the key is invalid.

Implementation

void validateKey(String key);