You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <code>GET\_[FLAGS|IDENTITIES]\_ENDPOINT_CACHE_SECONDS</code> | Number of seconds to cache the response to `GET /api/v1/flags` | `60` | `0` |
395
-
| <code>GET\_[FLAGS|IDENTITIES]\_ENDPOINT_CACHE_BACKEND</code> | Python path to the django cache backend chosen. See documentation [here](https://docs.djangoproject.com/en/3.2/topics/cache/). | `django.core.cache.backends.memcached.PyMemcacheCache` | `django.core.cache.backends.dummy.DummyCache` |
396
-
| <code>GET\_[FLAGS|IDENTITIES]\_ENDPOINT_CACHE_LOCATION</code> | The location for the cache. See documentation [here](https://docs.djangoproject.com/en/3.2/topics/cache/). | `127.0.0.1:11211` | `get_flags_endpoint_cache` |
395
+
| <code>GET\_[FLAGS|IDENTITIES]\_ENDPOINT_CACHE_BACKEND</code> | Python path to the django cache backend chosen. See documentation [here](https://docs.djangoproject.com/en/4.2/topics/cache/). | `django.core.cache.backends.memcached.PyMemcacheCache` | `django.core.cache.backends.dummy.DummyCache` |
396
+
| <code>GET\_[FLAGS|IDENTITIES]\_ENDPOINT_CACHE_LOCATION</code> | The location for the cache. See documentation [here](https://docs.djangoproject.com/en/4.2/topics/cache/). | `127.0.0.1:11211` | `get_flags_endpoint_cache` |
397
397
398
398
An example configuration to cache both flags and identities requests for 30 seconds in a memcached instance hosted at
399
399
`memcached-container`:
@@ -416,8 +416,8 @@ cache will be cleared automatically by certain actions in the platform when the
416
416
| Environment Variable | Description | Example value | Default |
| `ENVIRONMENT_CACHE_SECONDS` | Number of seconds to cache the environment for | `60` | `86400` ( = 24h) |
419
-
| `ENVIRONMENT_CACHE_BACKEND` | Python path to the django cache backend chosen. See documentation [here](https://docs.djangoproject.com/en/3.2/topics/cache/). | `django.core.cache.backends.memcached.PyMemcacheCache` | `django.core.cache.backends.dummy.DummyCache` |
420
-
| `ENVIRONMENT_CACHE_LOCATION` | The location for the cache. See documentation [here](https://docs.djangoproject.com/en/3.2/topics/cache/). | `127.0.0.1:11211` | `environment-objects` |
419
+
| `ENVIRONMENT_CACHE_BACKEND` | Python path to the django cache backend chosen. See documentation [here](https://docs.djangoproject.com/en/4.2/topics/cache/). | `django.core.cache.backends.memcached.PyMemcacheCache` | `django.core.cache.backends.dummy.DummyCache` |
420
+
| `ENVIRONMENT_CACHE_LOCATION` | The location for the cache. See documentation [here](https://docs.djangoproject.com/en/4.2/topics/cache/). | `127.0.0.1:11211` | `environment-objects` |
0 commit comments