JPA Methodin javax.persistence.Cachevoid evict( Class cls) Remove the data for entities of the specified class (and its subclasses) from the cache. Parameters:cls - entity classSince:JPA 2.0