public class CachedMap<T> extends Object implements IBackingMap<T>
Useful to layer over a map that communicates with a database. you generally layer opaque map over this over your database store.
Constructor and Description |
---|
CachedMap(IBackingMap<T> delegate,
int cacheSize) |
public CachedMap(IBackingMap<T> delegate, int cacheSize)
Copyright © 2022 The Apache Software Foundation. All rights reserved.