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

Reply via email to