Class ResolvedTypeCache

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ConcurrentTypeCache, LRUTypeCache

    public abstract class ResolvedTypeCache
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Detail

      • ResolvedTypeCache

        public ResolvedTypeCache()