Uses of Enum Class
org.serviceconnector.cache.SC_CACHE_ENTRY_STATE
Packages that use SC_CACHE_ENTRY_STATE
-
Uses of SC_CACHE_ENTRY_STATE in org.serviceconnector.cache
Methods in org.serviceconnector.cache that return SC_CACHE_ENTRY_STATEModifier and TypeMethodDescriptionSCCacheMetaEntry.getSCCacheEntryState()Gets the SC cache entry state.static SC_CACHE_ENTRY_STATEReturns the enum constant of this class with the specified name.static SC_CACHE_ENTRY_STATE[]SC_CACHE_ENTRY_STATE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.serviceconnector.cache with parameters of type SC_CACHE_ENTRY_STATEModifier and TypeMethodDescriptionvoidSCCacheMetaEntry.setCacheEntryState(SC_CACHE_ENTRY_STATE cacheEntryState) Sets the cache entry state.