Class InfinispanKeycloakTransaction.CacheTaskWithValue<V>
java.lang.Object
org.keycloak.models.sessions.infinispan.InfinispanKeycloakTransaction.CacheTaskWithValue<V>
- All Implemented Interfaces:
InfinispanKeycloakTransaction.CacheTask
- Enclosing class:
- InfinispanKeycloakTransaction
public abstract static class InfinispanKeycloakTransaction.CacheTaskWithValue<V>
extends Object
implements InfinispanKeycloakTransaction.CacheTask
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCacheTaskWithValue
(V value) CacheTaskWithValue
(V value, long lifespan, TimeUnit lifespanUnit) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
void
updateLifespan
(long lifespan, TimeUnit lifespanUnit) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.sessions.infinispan.InfinispanKeycloakTransaction.CacheTask
execute
-
Field Details
-
value
-
lifespan
protected long lifespan -
lifespanUnit
-
-
Constructor Details
-
CacheTaskWithValue
-
CacheTaskWithValue
-
-
Method Details
-
getValue
-
setValue
-
updateLifespan
-
getOperation
-