Can sombody clear the purpose of class-cache and collection-cache elements of hibernate-configuration-2.0.dtd:
Code:
<!ELEMENT class-cache EMPTY>
<!ATTLIST class-cache class CDATA #REQUIRED>
<!ATTLIST class-cache region CDATA #IMPLIED>
<!ATTLIST class-cache usage (read-only|read-write|nonstrict-read-write) #REQUIRED>
<!ELEMENT collection-cache EMPTY>
<!ATTLIST collection-cache collection CDATA #REQUIRED>
<!ATTLIST collection-cache region CDATA #IMPLIED>
<!ATTLIST collection-cache usage (read-only|read-write|nonstrict-read-write|transactional) #REQUIRED>
Maybe somebody point me to documentation. I guess these elements are related to
Chapter 14. Improving performance, they look like EHCache configuration.
Thanks,
Leonid