MCPcopy Index your code
hub / github.com/diffgram/diffgram / set_cache_key_dirty

Method set_cache_key_dirty

shared/database/caching.py:129–135  ·  view source on GitHub ↗
(
            self,
            cache_key: str
    )

Source from the content-addressed store, hash-verified

127
128
129 def set_cache_key_dirty(
130 self,
131 cache_key: str
132 ):
133 # Does not add to session.
134 if self.cache_dict:
135 self.cache_dict[cache_key] = None
136
137
138 def regenerate_cache_by_key(self,

Callers 15

new_or_update_coreFunction · 0.80
update_dirs_to_job_apiFunction · 0.80
cache_regeneration_coreFunction · 0.80
new_directory_apiFunction · 0.80
update_directory_coreFunction · 0.80
share_linkFunction · 0.80
share_member_project_apiFunction · 0.80
mainMethod · 0.80
update_sequence_sharedFunction · 0.80

Calls

no outgoing calls