remove abstract method

void remove(
  1. Object key
)

Removes the value associated with key from the cache.

Implementation

void remove(Object key);