Class NullResourceDataCache

  • All Implemented Interfaces:
    ResourceDataCache

    public class NullResourceDataCache
    extends Object
    implements ResourceDataCache
    Disables caching. It simply returns null on every request and ignores the put requests. You certainly want to use one of the other cache providers in real world applications.
    Author:
    Thomas Morgner