.gitignore
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tox.ini
dns_cache/__init__.py
dns_cache/disk_dict.py
dns_cache/diskcache.py
dns_cache/expiration.py
dns_cache/key_transform.py
dns_cache/pickle.py
dns_cache/resolver.py
dns_cache/sqlitedict.py
dns_cache/stash.py
dns_cache.egg-info/PKG-INFO
dns_cache.egg-info/SOURCES.txt
dns_cache.egg-info/dependency_links.txt
dns_cache.egg-info/requires.txt
dns_cache.egg-info/top_level.txt
dns_cache.egg-info/version.txt
tests/__init__.py
tests/test_aggressive.py
tests/test_exceptions.py
tests/test_expiration.py
tests/test_key_transform.py
tests/test_persistence.py
tests/test_upstream.py