Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Documentation clarification

100 objects.

This is the initial size, depending on the Cache type this has different
meaning.

For Full, Soft and Weak this is just the initial size of the Map, the cache
Map will grow and shrink depending on its memory usage.

For SoftCache and HardCache it is the initial size, and the fixed size of
the sub-cache.

I updated the wiki.


cowwoc wrote:
> 
> Hi,
> 
> In http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG) please
> clarify what units @Cache "size" uses. Is that 100 objects? 100MB? 100k?
> :)
> 
> Thanks,
> Gili
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/Documentation-clarification-tp20565587p20580344.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top