| Option<T> | The option of a cached entry. |
| None<T> | A cached option for no value. |
| OptionalReadThroughCache<K, V> | Read-through cache which stores missing results from the underlying factory in addition to non-missing values. |
| Some<T> | A cached option for a value. |
