Interface WriteThroughCache.CacheWriter<K,V>
- Type Parameters:
K- key type | 键类型V- value type | 值类型
- Enclosing class:
WriteThroughCache<K,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Cache Writer - Writes cache entries to backend storage
缓存写入器 - 将缓存条目写入后端存储
- Since:
- JDK 25, opencode-base-cache V2.0.4
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
write
-
writeAll
-