1 # -*- coding: utf-8 -*-
2 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
7 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
13 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
15 'KEY_PREFIX': 'ssify',
20 'template_fragments': {
21 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
29 CACHE_MIDDLEWARE_SECONDS = 24 * 60 * 60