Vadim Gritsenko <vadim <at> reverycodes.com> writes: > > >Vadim Gritsenko <vadim <at> reverycodes.com> writes: > > I took a look at org.apache.jcs.access.CacheAccess, and it has 9 casts > to Serializable, even when not needed. And CacheElement object contains > two Serializables as key and value, not Objects. >
Plus the fact that JCS wraps the key and value in some kind of CacheElement object that only accepts serializable objects... EHCache does the same. -- Unico
