public abstract class AbstractBinaryCacheStorage<CAS> extends AbstractSerializingCacheStorage<byte[],CAS>
Constructor and Description |
---|
AbstractBinaryCacheStorage(int maxUpdateRetries) |
AbstractBinaryCacheStorage(int maxUpdateRetries,
HttpCacheEntrySerializer<byte[]> serializer) |
bulkRestore, delete, digestToStorageKey, getEntries, getEntry, getForUpdateCAS, getStorageObject, putEntry, removeEntry, restore, store, updateCAS, updateEntry
public AbstractBinaryCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<byte[]> serializer)
public AbstractBinaryCacheStorage(int maxUpdateRetries)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.