public long SizeInBytes() { lock (this) { EnsureOpen(); return internalSizeInBytes; } }
/// <summary> /// Returns how many bytes are being used by the /// RAMDirectory cache /// </summary> public virtual long SizeInBytes() { return(Cache.SizeInBytes()); }