Interface CacheTestSupport.CacheOperation<K,V>

Type Parameters:
K - the key type | 键类型
V - the value type | 值类型
All Known Implementing Classes:
CacheTestSupport.CacheOperation.Get, CacheTestSupport.CacheOperation.GetAll, CacheTestSupport.CacheOperation.GetWithLoader, CacheTestSupport.CacheOperation.Invalidate, CacheTestSupport.CacheOperation.InvalidateAll, CacheTestSupport.CacheOperation.Put, CacheTestSupport.CacheOperation.PutAll, CacheTestSupport.CacheOperation.PutAllWithTtl, CacheTestSupport.CacheOperation.PutIfAbsent, CacheTestSupport.CacheOperation.PutIfAbsentWithTtl, CacheTestSupport.CacheOperation.PutWithTtl
Enclosing class:
CacheTestSupport