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 class InfinispanKeycloakTransaction.CacheTaskWithValue<V> extends Object implements InfinispanKeycloakTransaction.CacheTask
-
-
Constructor Summary
Constructors Constructor Description CacheTaskWithValue(V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
getValue()
void
setValue(V value)
-
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
-
-