--- a/E5Utilities/E5Cache.py Mon Oct 16 19:39:57 2017 +0200
+++ b/E5Utilities/E5Cache.py Mon Oct 16 19:40:47 2017 +0200
@@ -12,7 +12,6 @@
from PyQt5.QtCore import QDateTime, QTimer
-# TODO: add timeout for cached entries
class E5Cache(object):
"""
Class implementing a LRU cache of a specific size.