Cache.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(Key key, Value val)
    struct Cache(Key, Value, uint maxEntries)
    void
    put
    (
    Key key
    ,
    Value val
    )
  2. Value* put(Key key)

Meta