Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ helloworld.py
File
helloworld.py
examples/dogpile_caching/helloworld.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Illustrate how to load some data, and cache the results."
""
2
3
from
sqlalchemy
import
select
4
from
.caching_query
import
FromCache
Callers
nothing calls this directly
Calls
10
select
Function · 0.90
FromCache
Class · 0.85
all
Method · 0.45
scalars
Method · 0.45
options
Method · 0.45
remove
Method · 0.45
filter
Method · 0.45
between
Method · 0.45
invalidate
Method · 0.45
query
Method · 0.45
Tested by
no test coverage detected