dns-cache
dns-cache copied to clipboard
AttributeError: 'NoExpirationPickableCache' object has no attribute 'filename
When I try to create the NoExpirationPickableCache object, it shows this error:
>>> cache = dns_cache.NoExpirationPickableCache()
AttributeError: 'NoExpirationPickableCache' object has no attribute 'filename'