set abstract method
Set value in cache, if the value is present it will be overwritten Returns true when element is overwritten otherwise false
Implementation
bool set(K k, V v);
Set value in cache, if the value is present it will be overwritten Returns true when element is overwritten otherwise false
bool set(K k, V v);