I am trying to use cache model to cache the results returned from a procedure. But every time I hit the DB, It stores 'SERIALIZABLE NULL OBJECT' and the second time I hit the DB, it says cache miss and stores 'SERIALIZABLE NULL OBJECT'. I am using iBatis 2 and calling a procedure.

XML file looks like this: MyBatis iBatis Cachemodel for custom type handler

Comment From: harawata

You already submitted the same issue on iBATIS-2 repo which was the right place. https://github.com/mybatis/ibatis-2/issues/67

Let me close this one.