[infinispan-dev] Infinispan Persistence Manager and JBoss Messaging Journal

Manik Surtani manik at jboss.org
Thu Jul 30 13:29:22 EDT 2009


On 30 Jul 2009, at 18:22, Clebert Suconic wrote:

> On restarts, you can get the whole data back on the method load.

Not if you are doing this lazily.

> Eviction is probably a delete. so you probably don' t need to read  
> the Store for eviction.

Eviction != delete.  Eviction is just removal from the in-memory data  
structure since memory is finite and limited.  But you still need to  
hold on to the cached state, so this needs to exist in the  
CacheStore.  And should be available on demand.

Cheers
--
Manik Surtani
manik at jboss.org
Lead, Infinispan
Lead, JBoss Cache
http://www.infinispan.org
http://www.jbosscache.org







More information about the infinispan-dev mailing list