You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by Oliver Zeigermann <ol...@gmail.com> on 2004/12/01 01:02:29 UTC

ArrayList in FifoCacheController and LruCacheController

Both FifoCacheController and LruCacheController use an ArrayList for
keyList. As keyList.remove(0) is executed many times wouldn't it be a
better idea to use something like LinkedList?

Oliver