Author: rgrabowski
Date: Sun Sep 18 12:32:34 2005
New Revision: 289960
URL: http://svn.apache.org/viewcvs?rev=289960&view=rev
Log:
Made a comment in GetDataCacheStats explaining that if a CachingStatment
reports "No Cache.", it may actually mean that the CachingStatements cache
exists but has not been accessed yet.
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapper.cs
Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapper.cs
URL:
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapper.cs?rev=289960&r1=289959&r2=289960&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapper.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapper.cs Sun Sep 18
12:32:34 2005
@@ -1357,6 +1357,8 @@
}
else
{
+ // this statement has a cache
but it hasn't been accessed yet
+ // buffer.Append("Cache has not
been accessed."); ???
buffer.Append("No Cache.");
}
}