Class LRUCacheRegion

    • Constructor Detail

      • LRUCacheRegion

        public LRUCacheRegion​(java.lang.String name)
      • LRUCacheRegion

        public LRUCacheRegion​(java.lang.String name,
                              int maxEntries,
                              boolean statsEnabled)
      • LRUCacheRegion

        public LRUCacheRegion​(java.lang.String name,
                              int maxEntries,
                              boolean statsEnabled,
                              com.googlecode.concurrentlinkedhashmap.Weigher<java.lang.Object> weigher)
      • LRUCacheRegion

        public LRUCacheRegion​(java.lang.String name,
                              CacheStatistics stats,
                              boolean statsEnabled,
                              int maxEntries,
                              com.googlecode.concurrentlinkedhashmap.Weigher<java.lang.Object> weigher)
    • Method Detail

      • getCacheMaxEntries

        public long getCacheMaxEntries()
        Description copied from interface: CacheRegion
        Gets number of cache entries above which invalidation occurs.