jsr107 / RI

Reference Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement CacheWriter Support

brianoliver opened this issue · comments

Currently the RI doesn't use CacheWriters when they are configured. We need to complete this implementation. (for writing and removing/deleting).

To be clear this issue is simply documenting that the RI hasn't yet implemented cache writers.

Remaining work is to implement the batch-based methods. eg: putAll(...), removeAll(...) and removeAll().

Done.