CacheMap.take

Remove the cache entry associated with the provided key. Returns false if there is no such entry.

  1. bool take(K key)
    class CacheMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
    final
    bool
    take
    (
    K key
    )
  2. bool take(K key, V value)

Meta