Class InMemoryDataCache

  • All Implemented Interfaces:
    DataCache

    public class InMemoryDataCache
    extends Object
    implements DataCache
    The simplest of all caches systems. A plain map holding all elements.
    Author:
    Thomas Morgner.