Searched refs:cacheType (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java140 private String cacheType; field in class:FileSystemEntryCache
242 if (cacheType.equalsIgnoreCase("LRU")) {
247 cacheType = DEFAULT_FSCACHE_TYPE;
1197 cacheType = newCacheType;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java139 private String cacheType; field in class:FileSystemEntryCache
241 if (cacheType.equalsIgnoreCase("LRU")) {
246 cacheType = DEFAULT_FSCACHE_TYPE;
1196 cacheType = newCacheType;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java140 private String cacheType; field in class:FileSystemEntryCache
242 if (cacheType.equalsIgnoreCase("LRU")) {
247 cacheType = DEFAULT_FSCACHE_TYPE;
1197 cacheType = newCacheType;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java140 private String cacheType; field in class:FileSystemEntryCache
242 if (cacheType.equalsIgnoreCase("LRU")) {
247 cacheType = DEFAULT_FSCACHE_TYPE;
1197 cacheType = newCacheType;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java139 private String cacheType; field in class:FileSystemEntryCache
241 if (cacheType.equalsIgnoreCase("LRU")) {
246 cacheType = DEFAULT_FSCACHE_TYPE;
1196 cacheType = newCacheType;

Completed in 1402 milliseconds