CacheDeleteFunction

Type Alias CacheDeleteFunction 

Source
pub type CacheDeleteFunction<K, V> = fn(&K, &V);
Expand description

Function to be called when a value is deleted from the cache