Package com.palantir.atlasdb.keyvalue.api.cache
-
Interface Summary Interface Description HitDigest LockWatchValueScopingCache The idea here is to keep a map ofCellReference
-> value for each table.TransactionScopedCache TheLockWatchValueScopingCache
will provide one of these to every (relevant) transaction, and this will contain a view of the cache at the correct point in time, which is determined by the transaction'sLockWatchVersion
.TransactionScopedCache.CacheLookupResult ValueDigest -
Class Summary Class Description CacheValue NoOpTransactionScopedCache ReadOnlyTransactionScopedCache