Class ResolvedTypeCache

java.lang.Object
com.fasterxml.classmate.util.ResolvedTypeCache
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrentTypeCache, LRUTypeCache

public abstract class ResolvedTypeCache extends Object implements Serializable
Simple LRU cache used for storing up to specified number of most recently accessed ResolvedType instances. Since usage pattern is such that caller needs synchronization, cache access methods are fully synchronized so that caller need not do explicit synchronization.
See Also:
  • Constructor Details

    • ResolvedTypeCache

      public ResolvedTypeCache()
  • Method Details