[][src]Type Definition governor::state::keyed::DefaultKeyedStateStore

type DefaultKeyedStateStore<K> = DashMapStateStore<K>;

The default keyed rate limiter type: the concurrent DashMap.