CacheKey should implement Serializable
--------------------------------------

                 Key: IBATIS-478
                 URL: https://issues.apache.org/jira/browse/IBATIS-478
             Project: iBatis for Java
          Issue Type: Improvement
          Components: SQL Maps
            Reporter: Jason Anderson




com.ibatis.sqlmap.engine.cache.CacheKey should be made to implement 
Serializable to easier facilitate plugging in custom cache implementations that 
require keys/values implement this interface such as ehcache

the class has no fields that are not serializable so dropping the marker 
interface on the class would be zero effort

backward compatibility can be maintained by continuing to pass it into the 
CacheController as an Object

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to