namespace IP2Region.Net.XDB; public enum CachePolicy { /// /// no cache /// File, /// /// cache vector index , reduce the number of IO operations /// VectorIndex, /// /// default cache policy , cache whole xdb file /// Content }