In the futur, it might be a good idea to be able
to get some stats about caches via the api.
The APi could list all regions used by hibernate
and for each region give some basic stats about its usage ( Name of the region /
attributes of the region / effectivness / nbr hit / nbr miss )
Bes
>Is a JCS cache serializable? If so, how much more would it take to
>pass the whole session over the wire?
I've no idea if its serializable, probably not, but that doesn't affect
serializability of the Session. This is the factory-level cache using
JCS, not the Session's own collection of loaded
>Found 2 issues with the current cache code:
>
>one with the tag, i edited vertex.hbm.xml to do my testing.
>If i place the tag just after the one it "works" , no
>error while parsing the xml
>If i place the tag after and before , got
>an error parsing the xml:
This is intended. I decided i