Exemple #1
0
 def __init__(self, num):
     LRUCache.__init__(self, num)
     self.lock = threading.RLock()
Exemple #2
0
 def __init__(self, num):
     LRUCache.__init__(self, num)
     self.lock = threading.RLock()