I am using django-cache-utils 0.7 where I am not able to change the cache directory to a drive location other than the default location. Please can anyone tell me how to define custom location and set a size limit on the folder ?
CACHE_BACKEND = 'cache_utils.group_backend://localhost:11213/?timeout=600&max_entries=500'
When I try with path location instead of localhost it gives error.