Hi,
1. Do we want this to be a CacheStore or CacheLoader only? Looking at
TcpDelegatingCacheLoader it also does puts, guess we want to preserve the same behaviour -
or?
2. load/loadAll/loadAllKeys operations cannot be implemented (hotrod does not support
getKeys, and even so that would potentially be too costly)
3. at chacheStore level we have InternalCacheEntry, whilst RemoteCache operates with the
actual key/value operations. This means that (at least on get) the expiration information
is lost.
cheers,
Mircea