The GlobalCache type exposes the following members.

Methods

  NameDescription
Public methodStatic memberClear
Clears the whole global cache, destroys all cached data.
Public methodStatic memberClearChanges
Removes changes made by the current user from the cache.
Public methodStatic memberClearMemoryResident
Clears all memory-resident table views.
Public methodStatic memberDeleteFiles
Cleans up unused files with cached data.
Public methodStatic memberRemove
Removes all data pertaining to a certain data set from global cache.
Public methodStatic memberSaveChanges
Saves changes made to a data set by the user so they can be restored when this data set is restored from cache for the same user.

See Also