Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/liangliangyy/DjangoBlog
/ set
Method
set
servermanager/MemcacheStorage.py:26–28 ·
view source on GitHub ↗
(self, id, value)
Source
from the content-addressed store, hash-verified
24
return
json_loads(session_json)
25
26
def
set(self, id, value):
27
id = self.key_name(id)
28
self.cache.set(id, json_dumps(value))
29
30
def
delete(self, id):
31
id = self.key_name(id)
Callers
14
is_available
Method · 0.95
test_cache_operations
Method · 0.80
comment_list
Method · 0.80
seo_processor
Function · 0.80
load_sidebar
Function · 0.80
gravatar_url
Function · 0.80
main.js
File · 0.80
start
Function · 0.80
done
Function · 0.80
inc
Function · 0.80
set_code
Function · 0.80
news
Function · 0.80
Calls
1
key_name
Method · 0.95
Tested by
1
test_cache_operations
Method · 0.64