#include <eckit/geo/Cache.h>
template<typename Key, typename Value>
CacheT class final
Public types
- using key_type = Key
- using value_type = Value
Constructors, destructors, conversion operators
- CacheT()
Public functions
- auto contains(const key_type& key) const -> bool
-
auto operator[](const key_type& key) const -> const value_
type& -
auto operator[](const key_type& key) -> value_
type& - auto footprint() const -> bytes_size_t final
- void purge() final