add abstract method

bool add(
  1. K k,
  2. V v
)

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);