package org.hibernate.annotations; /** * Enumeration for the different interaction modes between the session and * the Level 2 Cache. * * @author Emmanuel Bernard * @author Carlos González-Cadenas */ public enum CacheModeType { GET, IGNORE, NORMAL, PUT, REFRESH }