Uses of Enum Class
es.kukenan.smartfi.microservice.smartficore.cache.CacheOperationEnum
Packages that use CacheOperationEnum
Package
Description
Services and related beans and dependencies.
-
Uses of CacheOperationEnum in es.kukenan.smartfi.microservice.smartficore.cache
Methods in es.kukenan.smartfi.microservice.smartficore.cache that return CacheOperationEnumModifier and TypeMethodDescriptionstatic CacheOperationEnumReturns the enum constant of this class with the specified name.static CacheOperationEnum[]CacheOperationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in es.kukenan.smartfi.microservice.smartficore.cache with type arguments of type CacheOperationEnumModifier and TypeMethodDescriptionvoidContractCacheOperation.cacheOperations(List<CacheOperationEnum> operations, String id, Object obj) Cache contract.voidLoginCacheOperation.cacheOperations(List<CacheOperationEnum> operations, String id, Object obj) Cache login.