Uses of Package
com.google.common.cache

Packages that use com.google.common.cache
com.google.common.cache This package contains caching utilities. 
 

Classes in com.google.common.cache used by com.google.common.cache
AbstractCache.StatsCounter
          Accumulates statistics during the operation of a Cache for presentation by Cache.stats().
Cache
          A semi-persistent mapping from keys to values.
CacheBuilder
          A builder of Cache instances having any combination of the following features: least-recently-used eviction when a maximum size is exceeded time-based expiration of entries, measured since last access or last write keys automatically wrapped in weak references values automatically wrapped in weak or soft references notification of evicted (or otherwise removed) entries
CacheLoader
          Computes or retrieves values, based on a key, for use in populating a Cache.
CacheStats
          Statistics about the performance of a Cache.
ForwardingCache
          A cache which forwards all its method calls to another cache.
RemovalCause
          The reason why a cached entry was removed.
RemovalListener
          An object that can receive a notification when an entry is removed from a cache.
RemovalNotification
          A notification of the removal of a single entry.
 



Copyright © 2010-2011. All Rights Reserved.