Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.util.LRUCache
Packages that use LRUCache
Package
Description
-
Uses of LRUCache in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of LRUCache in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeClassDescriptionclassBufferCache<K>An LRU cache ofIBuffers.classElementCache<K extends IJavaElement & IOpenable>An LRU cache ofJavaElements.classOverflowingLRUCache<K,V> TheOverflowingLRUCacheis an LRUCache which attempts to maintain a size equal or less than itsfSpaceLimitby removing the least recently used elements.classVerboseElementCache<K extends IJavaElement & IOpenable>Fields in org.aspectj.org.eclipse.jdt.internal.core declared as LRUCacheModifier and TypeFieldDescriptionprotected LRUCache<IJavaElement, IElementInfo> JavaModelCache.jarTypeCacheCache of open binary type (inside a jar) that have a non-open parent Values are either instance of IBinaryType or Object (seeJavaModelCache.NON_EXISTING_JAR_TYPE_INFO)JavaModelManager.PerProjectInfo.javadocCacheMethods in org.aspectj.org.eclipse.jdt.internal.core that return LRUCacheModifier and TypeMethodDescriptionBufferCache.newInstance(int size, int newOverflow) OverflowingLRUCache.newInstance(int size, int newOverflow) Returns a new instance of the reciever. -
Uses of LRUCache in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return LRUCache