Allow full CacheModel implementations, vs. CacheController ----------------------------------------------------------
Key: IBATIS-137 URL: http://issues.apache.org/jira/browse/IBATIS-137 Project: iBatis for Java Type: New Feature Components: SQL Maps Reporter: Clinton Begin Assigned to: Clinton Begin Make it such that CacheModel could be extended and configured. Allow configuration of CacheModel or CacheController (two layers of extensibility). We do something similar with TypeHandler....extend TypeHandler for more control, or TypeHandlerCallback for easier implementation. In this case it would be extend CacheModel for more control, or CacheController for ease of implementation. -- 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