Class DelegatingDataCache

  • All Implemented Interfaces:
    DataCache, Clearable, Closeable

    public class DelegatingDataCache
    extends Object
    implements DataCache
    Delegating data cache that can also perform exception translation for use in facades. This cache allows its delegate to be null, in which case it returns default values for all operations.
    Author:
    Abe White