djblets.util.compat.django.core.cache¶ parse_backend_uri(backend_uri)¶ 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.