Class ReadThroughMostPopularCache<T extends Serializable>


  • public class ReadThroughMostPopularCache<T extends Serializable>
    extends Object
    Maintains a cache of the "most popular things" (globally, and by space). The code is agnostic to what the "things" are, but in practice it's quite specific to labels.
    Since:
    7.5