Package | Description |
---|---|
org.corfudb.infrastructure |
Modifier and Type | Method and Description |
---|---|
Long |
SequencerServerCache.getIfPresent(SequencerServerCache.ConflictTxStream conflictKey)
Returns the value associated with the
key in this cache,
or null if there is no cached value for the key . |
void |
SequencerServerCache.put(SequencerServerCache.ConflictTxStream conflictStream,
long newTail)
Put a value in the cache
|
Constructor and Description |
---|
SequencerServerCache(long cacheSize,
com.github.benmanes.caffeine.cache.CacheWriter<SequencerServerCache.ConflictTxStream,Long> writer) |
Copyright © 2019 CorfuDB. All rights reserved.