Interface ThreadScopedCaches.Key<K,V>
- Enclosing class:
- ThreadScopedCaches
public static interface ThreadScopedCaches.Key<K,V>
Interface for keys for this cache. Ideally you should use enums for the implementation or the
ThreadScopedCaches.makeKey(Class)
method.