Uses of Enum Class
org.aoju.bus.cache.Context.Switch
Packages that use Context.Switch
-
Uses of Context.Switch in org.aoju.bus.cache
Methods in org.aoju.bus.cache that return Context.SwitchModifier and TypeMethodDescriptionContext.getCache()Context.getPrevent()static Context.SwitchReturns the enum constant of this class with the specified name.static Context.Switch[]Context.Switch.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.cache with parameters of type Context.SwitchModifier and TypeMethodDescriptionvoidContext.setCache(Context.Switch cache) voidContext.setPrevent(Context.Switch prevent) -
Uses of Context.Switch in org.aoju.bus.cache.support
Methods in org.aoju.bus.cache.support with parameters of type Context.SwitchModifier and TypeMethodDescriptionKeyValue.collectionToKeyValue(Collection proceedCollection, String idSpel, Set<String> missKeys, Map<Object, String> id2Key, Context.Switch prevent) KeyValue.mapToKeyValue(Map proceedEntryValueMap, Set<String> missKeys, Map<Object, String> multiEntry2Key, Context.Switch prevent)