Would it be possible to add a feature to discard all or single cache entries?
Eg providing two automatically generated functions for a cached function:
#[memoize]
fn get_config(id: String) -> Data {
fn get_config_clear_cache()
and
fn get_config_clear(id: String)
Would it be possible to add a feature to discard all or single cache entries?
Eg providing two automatically generated functions for a cached function:
and