Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ local_session_caching.py
File
local_session_caching.py
examples/dogpile_caching/local_session_caching.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"This example creates a new dogpile.cache backend that will persist data in a
2
dictionary which is local to the current session. remove() the session and
3
the cache is gone.
4
Callers
nothing calls this directly
Calls
11
select
Function · 0.90
FromCache
Class · 0.85
configure
Method · 0.45
options
Method · 0.45
filter
Method · 0.45
one
Method · 0.45
scalars
Method · 0.45
remove
Method · 0.45
_generate_cache_key
Method · 0.45
scalar
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected