![]() |
Spicy
|
This is the complete list of members for hilti::util::Cache< Key, Value >, including all inherited members.
| Cache()=default (defined in hilti::util::Cache< Key, Value >) | hilti::util::Cache< Key, Value > | |
| get(const Key &key, std::optional< Value > default_={}) const | hilti::util::Cache< Key, Value > | inline |
| getOrCreate(const Key &key, Callback &&cb) | hilti::util::Cache< Key, Value > | inline |
| getOrCreate(const Key &key, Callback1 &&cb1, Callback2 &&cb2) | hilti::util::Cache< Key, Value > | inline |
| has(const Key &key) const | hilti::util::Cache< Key, Value > | inline |
| put(const Key &key, Value value) | hilti::util::Cache< Key, Value > | inline |
| remove(const Key &key) | hilti::util::Cache< Key, Value > | inline |