E5Utilities/E5Cache.py

changeset 5910
3f0255a8786a
parent 5909
21d90a3abc7c
child 6048
82ad8ec9548c
--- 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.

eric ide

mercurial