Public Property Cacheable As Boolean
public bool Cacheable { get; set; }
public: property bool Cacheable { bool get (); void set (bool value); }
function get_cacheable(); function set_cacheable(value);