[infinispan-dev] thoughts on RemoteCacheStore

Mircea Markus mircea.markus at jboss.com
Mon May 24 10:00:31 EDT 2010


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




More information about the infinispan-dev mailing list