ToggleOverload List

Type NameDescription
Public methodRemoveFromCache(String)
Removes the Property object specified by name from this Properties collection cache. Note that the Properties collection on the server remains unchanged. Properties are only removed from the local properties cache.
Public methodRemoveFromCache(array<String>[]()[])
Removes the Property objects specified by their names in a String array from this Properties collection cache. Note that the Properties collection on the server remains unchanged. Properties are only removed from the local properties cache.

ToggleSee Also