The cache is not used for *queries*. It is used for calls to load()
and for resolving associations.

Also note that the cache does not store actual Vertex instances; it
stores a *copy* of the state of the vertex. So an instance retrieved
from the cache will always be a different instance from the one that
went in there. This is essential to how Hibernate's multi-version-
concurrency caching mechanism works. (Hibernate NEVER causes threads
to block!)




-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to