Package cn.sliew.milky.cache
Interface CacheWriter<K,V>
-
- Type Parameters:
K- key typeV- value type
public interface CacheWriter<K,V>Cache writer used for write-through operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(K key)voidwrite(K key, V value)
-