Uses of Package
org.docx4j.com.google.common.cache
Packages that use org.docx4j.com.google.common.cache
-
Classes in org.docx4j.com.google.common.cache used by org.docx4j.com.google.common.cacheClassDescriptionAccumulates statistics during the operation of a
Cachefor presentation byCache.stats().A semi-persistent mapping from keys to values.A builder ofLoadingCacheandCacheinstances having any combination of the following features: automatic loading of entries into the cache 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 accumulation of cache access statisticsComputes or retrieves values, based on a key, for use in populating aLoadingCache.Statistics about the performance of aCache.A semi-persistent mapping from keys to values.The concurrent hash map implementation built byCacheBuilder.Creates new entries.Serializes the configuration of a LocalCache, reconstituting it as an LoadingCache using CacheBuilder upon deserialization.Segments are specialized versions of hash tables.References a soft value.Used for strongly-referenced keys.References a strong value.A reference to a value.Used for weakly-referenced keys.References a weak value.Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.Abstract interface for objects that can concurrently add longs.An entry in a reference map.The reason why a cached entry was removed.An object that can receive a notification when an entry is removed from a cache.A notification of the removal of a single entry.A package-local class holding common representation and mechanics for classes supporting dynamic striping on 64bit values.Padded variant of AtomicLong supporting only raw accesses plus CAS.Calculates the weights of cache entries. -
Classes in org.docx4j.com.google.common.cache used by org.docx4j.fonts