Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _generate_cache_key
Method
_generate_cache_key
lib/sqlalchemy/sql/base.py:1088–1089 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1086
1087
@hybridmethod
1088
def
_generate_cache_key(self) -> Optional[CacheKey]:
1089
return
HasCacheKey._generate_cache_key(self)
1090
1091
1092
class
ExecutableOption(HasCopyInternals):
Callers
15
_get_embedded_bindparams
Method · 0.45
_compile_w_cache
Method · 0.45
_add_lazyload_options
Method · 0.45
_adjust_for_extra_criteria
Method · 0.45
_generate_extra_criteria
Method · 0.45
assert_compile
Method · 0.45
_compare_equal
Method · 0.45
_run_cache_key_fixture
Method · 0.45
test_compile_params
Method · 0.45
test_adapt_result_columns
Method · 0.45
test_construct_params_combine_extracted
Method · 0.45
test_construct_params_w_bind_clones_post
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_compile_params
Method · 0.36
test_adapt_result_columns
Method · 0.36
test_construct_params_combine_extracted
Method · 0.36
test_construct_params_w_bind_clones_post
Method · 0.36
test_construct_duped_params_w_bind_clones_post
Method · 0.36
test_construct_params_w_bind_clones_pre
Method · 0.36
test_dml_not_cached_yet
Method · 0.36
test_values_doesnt_caches_right_now
Method · 0.36
test_cache_key_object_comparators
Method · 0.36
test_bindparam_subclass_nocache
Method · 0.36
test_cache_key_unknown_traverse
Method · 0.36
test_cache_key_no_method
Method · 0.36