|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheCode | |
---|---|
de.smartics.properties.spi.config.cache | Provides an cache manager that provides Infinispan caches. |
Uses of CacheCode in de.smartics.properties.spi.config.cache |
---|
Methods in de.smartics.properties.spi.config.cache that return CacheCode | |
---|---|
static CacheCode |
CacheCode.valueOf(String name) Returns the enum constant of this type with the specified name. |
static CacheCode[] |
CacheCode.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.smartics.properties.spi.config.cache with parameters of type CacheCode | |
---|---|
CacheMessageBean(CacheCode code, String cacheConfiguration, String cacheId, String missingProperty) Constructor without cause. |
|
CacheMessageBean(CacheCode code, Throwable cause, String cacheConfiguration, String cacheId, String missingProperty) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |