Class AdvancedCacheLoader<K,​V>

  • All Implemented Interfaces:
    Customization, AdvancedCacheLoader<K,​V>

    @Deprecated
    public abstract class AdvancedCacheLoader<K,​V>
    extends Object
    implements AdvancedCacheLoader<K,​V>
    Deprecated.
    Replaced with AdvancedCacheLoader
    Retrieves or generates a value to load into the cache. The advanced loader interface contains the current time and the previous cache entry. The previous cache entry can be used for a more intelligent loading strategy, e.g. for HTTP based loading with the If-Modified-Since header.

    For general documentation on the loader, please see CacheLoader.

    Author:
    Jens Wilke
    See Also:
    CacheLoader
    • Constructor Detail

      • AdvancedCacheLoader

        public AdvancedCacheLoader()
        Deprecated.