PriorityCache.n_lookups

Counters for the cache lookups and misses.

  1. uint n_lookups;
    class PriorityCache(T)
    protected
    uint n_lookups;
  2. uint n_misses;

Meta