Class CachedMap<T>

  • All Implemented Interfaces:
    IBackingMap<T>

    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.