IronCache.remove

  1. bool remove(string name, string key)
    class IronCache
    @trusted
    bool
    remove
    (
    in string name
    ,
    in string key
    )
  2. bool remove(string name)

Throws

IronCacheStatusException(bad network)

Meta