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.
This documentation covers Djblets 3.x. You can select a version above or view the latest documentation.