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 SummaryConstructors Constructor Description CacheTaskWithValue(V value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetValue()voidsetValue(V value)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.sessions.infinispan.InfinispanKeycloakTransaction.CacheTaskexecute
 
- 
 
-