Jump to >

This documentation covers Djblets 2.0. You can see the latest Djblets documentation or all other versions.

djblets.util.compat.django.core.cache

parse_backend_uri(backend_uri)[source]

Converts the “backend_uri” into a cache scheme (‘db’, ‘memcached’, etc), a host and any extra params that are required for the backend. Returns a (scheme, host, params) tuple.