epicserve / django-cache-url

Use Cache URLs in your Django Application
MIT License
18 stars 12 forks source link

Support for PyMemcacheCache? #14

Closed rain0r closed 2 years ago

rain0r commented 2 years ago

Hi there,

it would be great if django-cache-url could support PyMemcacheCache too.

There is already a closed pull request https://github.com/epicserve/django-cache-url/pull/12 which hasn't got merged.

MemcachedCache is deprecated since version 3.2: https://docs.djangoproject.com/en/3.2/topics/cache/#filesystem-caching

epicserve commented 2 years ago

@rain0r,

Looks reasonable, but there needs to be tests. Want to add some?

rain0r commented 2 years ago

@epicserve

Yes, I just opened the PR.