Lines Matching refs:cache
291 [cache]
297 # Prefix for building the configuration dictionary for the cache region. This
298 # should not need to be changed unless there is another dogpile.cache region
300 #config_prefix = cache.keystone
302 # Default TTL, in seconds, for any cached item in the dogpile.cache region.
303 # This applies to any cached method that doesn't have an explicit cache
307 # Dogpile.cache backend module. It is recommended that Memcache with pooling
308 # (keystone.cache.memcache_pool) or Redis (dogpile.cache.redis) be used in
310 # use the dogpile.cache.memory backend. (string value)
311 #backend = keystone.common.cache.noop
314 # argument to be passed to the dogpile.cache backend. Example format:
318 # Proxy classes to import that will affect the way the dogpile.cache backend
319 # functions. See the dogpile.cache documentation on changing-backend-behavior.
327 # Extra debugging from the cache backend (cache keys, get/set/delete/etc
328 # calls). This is only really useful if you need to see the specific cache-
333 # Memcache servers in the format of "host:port". (dogpile.cache.memcache and
334 # keystone.cache.memcache_pool backends only). (list value)
338 # again. (dogpile.cache.memcache and keystone.cache.memcache_pool backends
342 # Timeout in seconds for every call to a server. (dogpile.cache.memcache and
343 # keystone.cache.memcache_pool backends only). (integer value)
347 # (keystone.cache.memcache_pool backend only). (integer value)
351 # it is closed. (keystone.cache.memcache_pool backend only). (integer value)
376 # Time to cache catalog data (in seconds). This has no effect unless global and
508 # TTL (in seconds) to cache domain config data. This has no effect unless
717 # Time to cache identity data (in seconds). This has no effect unless global
766 # Extra dogpile.cache backend modules to register with the dogpile.cache
771 # should not need to be changed unless there is another dogpile.cache region
1487 # TTL (in seconds) to cache resource data. This has no effect unless global
1516 # Time to cache the revocation list and the revocation events (in seconds).
1536 # TTL (in seconds) to cache role data. This has no effect unless global caching
1704 # Time to cache tokens (in seconds). This has no effect unless global and token