protected class CachingDirectoryFactory.CacheValue extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
closeCacheValueCalled |
Set<CachingDirectoryFactory.CacheValue> |
closeEntries |
Directory |
directory |
boolean |
doneWithDir |
String |
path |
int |
refCnt |
Set<CachingDirectoryFactory.CacheValue> |
removeEntries |
Constructor and Description |
---|
CachingDirectoryFactory.CacheValue(String path,
Directory directory) |
public final String path
public final Directory directory
public int refCnt
public boolean closeCacheValueCalled
public boolean doneWithDir
public Set<CachingDirectoryFactory.CacheValue> removeEntries
public Set<CachingDirectoryFactory.CacheValue> closeEntries
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.