add abstract method
Add value in cache only it the element doesn't exist Returns true when element is added otherwise false
Implementation
bool add(K k, V v);
Add value in cache only it the element doesn't exist Returns true when element is added otherwise false
bool add(K k, V v);