[infinispan-dev] JBoss Libra

Vladimir Blagojevic vblagoje at redhat.com
Mon Feb 6 08:59:15 EST 2012


On 12-02-04 11:57 AM, Manik Surtani wrote:
> This is very similar to storeAsBinary.  If this is set to true, then keys and values are serialized and stored as a MarshalledValue which contains the resulting byte[].  So rather than restrict to just byte[] types, we could restrict to:
>
>    * byte[] or any other primitive, primitive array or String
>    * OR, if storeAsBinary is set to true.
>
> The tricky part will be to get this to work with Vladimir's LIRS container which works on number of entries.  :)  Vladimir?
>
We have to somehow translate eviction that works on number of entries 
into eviction that works with memory size where size of each entry is 
known only at runtime ! Not impossible but definitely a hard problem!

Vladimir


More information about the infinispan-dev mailing list