Incorrect cacheModel example code
---------------------------------
Key: IBATIS-355
URL: http://issues.apache.org/jira/browse/IBATIS-355
Project: iBatis for Java
Issue Type: Bug
Components: Documentation
Environment: iBATIS-SqlMaps-2_en
Reporter: Gwyn Evans
Priority: Minor
Initial "cacheModel" description has the following code:
<cacheModel id="product-cache" imlementation="LRU">
should be:
<cacheModel id="product-cache" type="LRU">
/Gwyn
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira