Class PassThroughRecordStoreStateCache

  • All Implemented Interfaces:
    FDBRecordStoreStateCache

    @API(EXPERIMENTAL)
    public class PassThroughRecordStoreStateCache
    extends Object
    implements FDBRecordStoreStateCache
    An implementation of the FDBRecordStoreStateCache interface that does not actually cache anything. This should be used if caching the record store state is not desired. For example, this might be the case if the cache miss rate is high and therefore keeping the machinery around to maintain the cache is not worth the cost. This is also the default implementation.

    Note that this class is a singleton as it requires no state.