Enum TableCapacity
Provides cache table capacity classifications
Namespace: Azos.Data.Access.Cache
Assembly: Azos.dll
Syntax
public enum TableCapacity
Fields
Name | Description |
---|---|
Default | 25,111 * 7 = 175,777 items * 64(8/ptr + 40/cache rec + 12/obj over) = 11.25 Mb just for storing empty cache items |
Large | 753,001 * 7 = 5,271,007 items * 64(8/ptr + 40/cache rec + 12/obj over) = 337.3 Mb just for storing empty cache items |
XLarge | 3,337,333 * 7 = 23,361,331 items * 64(8/ptr + 40/cache rec + 12/obj over) = 1.39 Gb just for storing empty cache items |