Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ acache_key
Method
acache_key
django/contrib/sessions/backends/cached_db.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
return
self.cache_key_prefix + self._get_or_create_session_key()
30
31
async
def
acache_key(self):
32
return
self.cache_key_prefix + await self._aget_or_create_session_key()
33
34
def
load(self):
35
try
:
Callers
2
aload
Method · 0.95
asave
Method · 0.95
Calls
1
_aget_or_create_session_key
Method · 0.80
Tested by
no test coverage detected