Uses of Class
org.shoal.adapter.store.commands.TouchCommand
-
Packages that use TouchCommand Package Description org.shoal.ha.cache.impl.store -
-
Uses of TouchCommand in org.shoal.ha.cache.impl.store
Methods in org.shoal.ha.cache.impl.store with parameters of type TouchCommand Modifier and Type Method Description abstract voidDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> cmd)voidSimpleDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)voidSimpleStoreableDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)voidStoreableDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)
-