CacheMap.take

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

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

Meta