Uses of Class
org.javalite.activejdbc.cache.CacheEvent.CacheEventType
-
Packages that use CacheEvent.CacheEventType Package Description org.javalite.activejdbc.cache Classes for operations with caches. -
-
Uses of CacheEvent.CacheEventType in org.javalite.activejdbc.cache
Methods in org.javalite.activejdbc.cache that return CacheEvent.CacheEventType Modifier and Type Method Description CacheEvent.CacheEventTypeCacheEvent. getType()static CacheEvent.CacheEventTypeCacheEvent.CacheEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheEvent.CacheEventType[]CacheEvent.CacheEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-