public static interface KeyValueOptimisticLockingDBWithPluggableCache.Cache<STOREKEY,STOREVALUE,STOREVALUECONTAINER extends KeyValueOptimisticLockingDBWithPluggableCache.ValueContainer<STOREVALUE>>
| Modifier and Type | Method and Description |
|---|---|
STOREVALUECONTAINER |
get(STOREKEY key) |
Long |
getVersion(STOREKEY key) |
void |
put(STOREKEY key,
KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest<STOREVALUE,STOREVALUECONTAINER> storeRequest) |
void put(STOREKEY key, KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest<STOREVALUE,STOREVALUECONTAINER> storeRequest) throws KeyValueOptimisticLockingDBWithPluggableCache.AlreadyExistsException, KeyValueOptimisticLockingDBWithPluggableCache.DoesNotAlreadyExistException, KeyValueOptimisticLockingDBWithPluggableCache.VersionConflictException
STOREVALUECONTAINER get(STOREKEY key)
Copyright © 2015 teletronics.ae. All rights reserved.