remove abstract method

void remove(
  1. String name
)

Removes a Cache from this CacheManager if present

  • name: The name of the cache

Implementation

void remove(String name);