.gitignore
.pylintrc
.travis.yml
LICENSE
MANIFEST.in
README.rst
appveyor.yml
requirements.txt
setup.cfg
setup.py
tox.ini
diskcache/__init__.py
diskcache/cli.py
diskcache/core.py
diskcache/djangocache.py
diskcache/fanout.py
diskcache/memo.py
diskcache/persistent.py
diskcache/stampede.py
diskcache.egg-info/PKG-INFO
diskcache.egg-info/SOURCES.txt
diskcache.egg-info/dependency_links.txt
diskcache.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/cache-benchmarks.rst
docs/conf.py
docs/development.rst
docs/djangocache-benchmarks.rst
docs/index.rst
docs/make.bat
docs/tutorial.rst
docs/_static/core-p1-delete.png
docs/_static/core-p1-get.png
docs/_static/core-p1-set.png
docs/_static/core-p8-delete.png
docs/_static/core-p8-get.png
docs/_static/core-p8-set.png
docs/_static/djangocache-delete.png
docs/_static/djangocache-get.png
docs/_static/djangocache-set.png
docs/_static/gj-logo.png
docs/_templates/gumroad.html
tests/__init__.py
tests/benchmark_core.py
tests/benchmark_djangocache.py
tests/benchmark_glob.py
tests/benchmark_incr.py
tests/db.sqlite3
tests/models.py
tests/plot.py
tests/settings.py
tests/stress_test_core.py
tests/stress_test_fanout.py
tests/test_core.py
tests/test_djangocache.py
tests/test_fanout.py
tests/timings_core_p1.txt
tests/timings_core_p8.txt
tests/timings_djangocache.txt
tests/timings_glob.txt
tests/utils.py