Example usage for Java javax.persistence Cache fields, constructors, methods, implement or subclass
The text is from its open source code.
void | evict(Class cls) Remove the data for entities of the specified class (and its subclasses) from the cache. |
void | evictAll() Clear the cache. |