- Add
Add
method in order to insert an item to the cache only if an item doesn't already exist for the given key, or if the existing item has expired - Add
Replace
method in orde to set a new value for the cache only if the given key already exists, and the existing item has not expired.