Interface PurgeableCache4<K,​V>

  • All Superinterfaces:
    Cache4<K,​V>, java.lang.Iterable<V>

    public interface PurgeableCache4<K,​V>
    extends Cache4<K,​V>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V purge​(K key)
      Removes the cached value with the specified key from this cache.
      • Methods inherited from interface com.db4o.internal.caching.Cache4

        produce
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • purge

        V purge​(K key)
        Removes the cached value with the specified key from this cache.
        Parameters:
        key -
        Returns:
        the purged value or null