Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ clear
Method
clear
src/cache/mod.rs:94–96 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
92
}
93
94
pub fn clear(&self) {
95
self.cache.write().unwrap().clear();
96
}
97
}
Callers
15
clear_numeric_cache
Function · 0.45
clear_cache
Method · 0.45
clear_cache
Method · 0.45
clear_decimal_cache
Function · 0.45
clear_cache
Method · 0.45
invalidate_all_schema_cache
Function · 0.45
substitute_parameters
Method · 0.45
analyze_column_casts
Method · 0.45
clear_cache
Method · 0.45
clear_cache
Method · 0.45
parse_multi_row_values
Function · 0.45
split_assignments
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_decode_query
Function · 0.36