FIFO/LRU CacheController Indexer does not remove key from _keyList ------------------------------------------------------------------
Key: IBATISNET-287 URL: https://issues.apache.org/jira/browse/IBATISNET-287 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.6.2 Environment: .net 2.0/vs2005 Reporter: tom liu The statement "_keyList.Remove(0);" should be "_keyList.RemoveAt(0);" or "_keyList.Remove(oldestKey);" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.