django - How change caching setting in django_cache_utils0.7 to cache the files in different directory other than C drive? -


I am using django-cache-utils 0.7 where I can not convert the cache directory to other than drive space I am in a state of emergency. Can anyone please tell me how to define custom place and set a size limit on the folder?

  CACHE_BACKEND = 'cache_utils.group_backend: // localhost: 11213 /? Timeout = 600 and max_nitaries = 500 '  

When I try with path space instead of local location, this error returns.

cache_utils.group_backend is a cash backend that stores data. By itself it does not store anywhere - C on the drive or anywhere else. Memcached also does not keep its data on the disk, but in memory (RAM)

As a result, there is no right answer to your question.

If you want a cash backend that keeps your data on disk usage, keep in mind that it is very slow compared to the matchmacht.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -