Java javax.persistence Cache fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence Cache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence Cache.

The text is from its open source code.

Method

voidevict(Class cls)
Remove the data for entities of the specified class (and its subclasses) from the cache.
voidevictAll()
Clear the cache.