Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.db.ChunkCache
Packages that use ChunkCache
Package
Description
-
Uses of ChunkCache in org.aspectj.org.eclipse.jdt.internal.core.nd
Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd with parameters of type ChunkCacheModifierConstructorDescriptionNd(File dbPath, ChunkCache chunkCache, NdNodeTypeRegistry<NdNode> nodeTypes, int minVersion, int maxVersion, int currentVersion) -
Uses of ChunkCache in org.aspectj.org.eclipse.jdt.internal.core.nd.db
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.db that return ChunkCacheModifier and TypeMethodDescriptionDatabase.getCache()Database.getChunkCache()Returns the cache used for this database.static ChunkCacheChunkCache.getSharedInstance()Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd.db with parameters of type ChunkCacheModifierConstructorDescriptionDatabase(File location, ChunkCache cache, int version, boolean openReadOnly)Construct a new Database object, creating a backing file if necessary. -
Uses of ChunkCache in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type ChunkCacheModifier and TypeMethodDescriptionstatic NdJavaIndex.createNd(File databaseFile, ChunkCache chunkCache)