|
@@ -19,7 +19,7 @@ class CRCache:
|
|
|
CRCache.notify.debug("Flushing the cache")
|
|
CRCache.notify.debug("Flushing the cache")
|
|
|
for distObj in self.dict.values():
|
|
for distObj in self.dict.values():
|
|
|
distObj.delete()
|
|
distObj.delete()
|
|
|
- # Null out all references to the objects so they will get gc'd
|
|
|
|
|
|
|
+ # Null out all references to the objects so they will get gcd
|
|
|
self.dict = {}
|
|
self.dict = {}
|
|
|
self.fifo = []
|
|
self.fifo = []
|
|
|
|
|
|