Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _generate_cache_key
Method
_generate_cache_key
lib/sqlalchemy/sql/base.py:1076–1077 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1074
1075
@hybridmethod
1076
def
_generate_cache_key(self) -> Optional[CacheKey]:
1077
return
HasCacheKey._generate_cache_key_for_object(self)
1078
1079
1080
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_adapt_result_columns
Method · 0.45
test_construct_params_combine_extracted
Method · 0.45
test_construct_params_w_bind_clones_post
Method · 0.45
test_construct_duped_params_w_bind_clones_post
Method · 0.45
Calls
1
_generate_cache_key_for_object
Method · 0.80
Tested by
15
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
test_generative_cache_key_regen
Method · 0.36