コード例 #1
0
 /// <summary>
 /// Returns how many bytes are being used by the
 /// <see cref="RAMDirectory"/> cache
 /// </summary>
 public virtual long GetSizeInBytes()
 {
     return(cache.GetSizeInBytes());
 }