pub type CacheDeleteFunction<K, V> = fn(&K, &V);
Function to be called when a value is deleted from the cache