Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectInstanceCacheKeeper interface contains properties and methods used to work with the storage of cached repository objects.
IMetabaseObjectInstanceCacheKeeper
The list of repository objects for which the caching is available:
Caching can be used in the cache store in the repositories based on the following DBMS:
Oracle.
Microsoft SQL.
To get supported DBMS version, see theSupported DBMS section.
Property name | Brief description | |
The Cache property returns the internal structure of the object, which represents the cache of the repository object. | ||
The Database property determines the database, in which it is necessary to store the cache of the object. | ||
The PieceSize property determines size of the pieces, to which large binary data will be split. | ||
The SplitBLOB property determines whether the data is split, which is stored in the fields that have binary data type. |
Method name | Brief description | |
The Clear method clears cache of the specified repository object. | ||
The ZipCache method compresses binary data to the cached objects warehouse. |
See also: