Uses of Enum Class
es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
Packages that use SessionCacheOperationEnum
Package
Description
Controllers and related beans and dependencies.
-
Uses of SessionCacheOperationEnum in es.kukenan.smartfi.microservice.contracts.cache
Methods in es.kukenan.smartfi.microservice.contracts.cache that return SessionCacheOperationEnumModifier and TypeMethodDescriptionstatic SessionCacheOperationEnumReturns the enum constant of this class with the specified name.static SessionCacheOperationEnum[]SessionCacheOperationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in es.kukenan.smartfi.microservice.contracts.cache with type arguments of type SessionCacheOperationEnumModifier and TypeMethodDescriptionvoidConnectedContractCacheOperation.cacheOperationsContract(List<SessionCacheOperationEnum> operations, String uuid, Object obj) Contract cache operations.voidContractCacheOperation.cacheOperationsContract(List<SessionCacheOperationEnum> operations, String userId, Object obj) Contract cache operations.