[jboss-user] [JBoss Cache: Core Edition] - Re: Using DataType Object as a Key to JBoss Cache

2009-02-27 Thread vinayknl.61
Thank you very much for your reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213705#4213705 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213705 ___ jboss-user mailing

[jboss-user] [JBoss Cache: Core Edition] - Maximum number of nodes and limiting memory usage

2009-02-27 Thread vinayknl.61
Hi All, I am planning to create a caching layer for my application. Here my requirements are to cache lots of data, So, i have to end up creating lot of nodes and ofcourse lot of data under each node ( say a million nodes and some GB's of data altogether). I would like to know are there any

[jboss-user] [JBoss Cache: Core Edition] - Using DataType Object as a Key to JBoss Cache

2009-01-15 Thread vinayknl.61
Hi, I am creating a caching layer for my application. What I am planning to do is use a method arguments wrapped as an object, implement hashCode and equals for it and use this object as a key to the data i am going to store in the cache. What I am not sure is that does having this type of