Jakarta Persistence (JPA) Methodin jakarta.persistence.Cachevoid evict( Class<?> cls)Remove the data for entities of the specified class (and its subclasses) from the cache. Parameters:cls - entity classSince:Jakarta Persistence (JPA) 1.0