public int CacheSize { get; set; }
Public Property CacheSize As Integer Get Set
public: property int CacheSize { int get (); void set (int value); }
member CacheSize : int with get, set