Hi, I would like to implement cache write through for both primary and backup entries. The use-case is to maintain a backup of the cache on disk on each DDM node.
I have implemented CacheWriter but it is only called for primary entries, not backup entries. Is there a way that I can implement this other that periodically polling all entries in the cache? Regards, Shaun