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