Cache.put

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

Meta