Alachisoft.NCache.Common.SizableIndex Maven / Gradle / Ivy
package Alachisoft.NCache.Common;
public interface SizableIndex {
/**
* Get the size of memory Consumed by item
*/
long getIndexInMemorySize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy