Class WebviewCacheOperation
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.cache.WebviewCacheOperation
Operation over webview cache.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcacheOperationsWebview(List<SessionCacheOperationEnum> operations, String uuid, Object obj) Webview cache operations.getting all Cache object.
-
Field Details
-
webviewUuidSession
map webview-uuid-session cache established. -
webviewTimeToLive
ttl webview time-to-live established. -
hazelcastInstance
@Autowired private com.hazelcast.core.HazelcastInstance hazelcastInstanceHazelcastInstance hazelcastInstance.
-
-
Constructor Details
-
WebviewCacheOperation
public WebviewCacheOperation()
-
-
Method Details
-
cacheOperationsWebview
public void cacheOperationsWebview(List<SessionCacheOperationEnum> operations, String uuid, Object obj) Webview cache operations.- Parameters:
operations- to be executeduuid- key of the registryobj- to be saved
-
getAllInformationByUuid
getting all Cache object.- Parameters:
uuid- key of the registry- Returns:
- uuidCache object
-