Home
last modified time | relevance | path

Searched refs:directoryCache (Results 1 – 10 of 10) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/builder/
H A DClasspathDirectory.java29 SimpleLookupTable directoryCache; field in ClasspathDirectory
40 this.directoryCache = new SimpleLookupTable(5); in ClasspathDirectory()
44 this.directoryCache = null; in cleanup()
48 String[] dirList = (String[]) directoryCache.get(qualifiedPackageName); in directoryList()
75 directoryCache.put(qualifiedPackageName, dirList); in directoryList()
80 directoryCache.put(qualifiedPackageName, missingPackageHolder); in directoryList()
132 this.directoryCache = new SimpleLookupTable(5); in reset()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/batch/
H A DClasspathDirectory.java24 Hashtable directoryCache; field in ClasspathDirectory
42 this.directoryCache = new Hashtable(11); in ClasspathDirectory()
52 String[] dirList = (String[]) this.directoryCache in directoryList()
86 this.directoryCache.put(qualifiedPackageName, dirList); in directoryList()
89 this.directoryCache in directoryList()
149 this.directoryCache = new Hashtable(11); in reset()
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Lib/Storage/
H A DAmazonS3.php69 private $directoryCache; variable in OCA\\Files_External\\Lib\\Storage\\AmazonS3
88 $this->directoryCache = new CappedMemoryCache();
141 unset($this->directoryCache[$existingKey]);
144 unset($this->directoryCache[$key]);
191 if (isset($this->directoryCache[$path])) {
192 return $this->directoryCache[$path];
204 $this->directoryCache[$path] = true;
212 $this->directoryCache[$path] = true;
217 $this->directoryCache[$path] = false;
223 $this->directoryCache[$path] = false;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DClasspathSourceDirectory.java40 SimpleLookupTable directoryCache; field in ClasspathSourceDirectory
47 this.directoryCache = new SimpleLookupTable(5); in ClasspathSourceDirectory()
54 this.directoryCache = null; in cleanup()
58 SimpleLookupTable dirTable = (SimpleLookupTable) this.directoryCache.get(qualifiedPackageName); in directoryTable()
97 this.directoryCache.put(qualifiedPackageName, dirTable); in directoryTable()
103 this.directoryCache.put(qualifiedPackageName, this.missingPackageHolder); in directoryTable()
160 this.directoryCache = new SimpleLookupTable(5); in reset()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/batch/
H A DClasspathDirectory.java30 private Hashtable directoryCache; field in ClasspathDirectory
47 this.directoryCache = new Hashtable(11); in ClasspathDirectory()
51 String[] dirList = (String[]) this.directoryCache.get(qualifiedPackageName); in directoryList()
75 this.directoryCache.put(qualifiedPackageName, dirList); in directoryList()
78 this.directoryCache.put(qualifiedPackageName, this.missingPackageHolder); in directoryList()
172 this.directoryCache = new Hashtable(11); in reset()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/
H A DClasspathDirectory.java45 SimpleLookupTable directoryCache; field in ClasspathDirectory
54 this.directoryCache = new SimpleLookupTable(5); in ClasspathDirectory()
70 this.directoryCache = null; in cleanup()
102 String[] dirList = (String[]) this.directoryCache.get(qualifiedPackageName); in directoryList()
123 this.directoryCache.put(qualifiedPackageName, dirList); in directoryList()
129 this.directoryCache.put(qualifiedPackageName, this.missingPackageHolder); in directoryList()
253 this.directoryCache = new SimpleLookupTable(5); in reset()
H A DClasspathMultiDirectory.java76 String[] dirList = (String[]) this.directoryCache.get(qualifiedPackageName); in directoryList()
119 this.directoryCache.put(qualifiedPackageName, dirList); in directoryList()
/dports/audio/stmp/stmp-0.0.2/
H A Dapi.go20 directoryCache map[string]SubsonicResponse member
163 if cachedResponse, present := connection.directoryCache[id]; present {
195 connection.directoryCache[id] = decodedBody.Response
H A Dstmp.go38 directoryCache: make(map[string]SubsonicResponse),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
H A DClasspathDirectory.java59 private Hashtable directoryCache; field in ClasspathDirectory
79 this.directoryCache = new Hashtable(11); in ClasspathDirectory()
83 String[] dirList = (String[]) this.directoryCache.get(qualifiedPackageName); in directoryList()
107 this.directoryCache.put(qualifiedPackageName, dirList); in directoryList()
110 this.directoryCache.put(qualifiedPackageName, this.missingPackageHolder); in directoryList()
207 String[] dirList = (String[]) this.directoryCache.get(qualifiedPackageName); in getSecondaryTypes()
364 this.directoryCache = new Hashtable(11); in reset()