IMetabaseObjectInstanceCacheKeeper

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseObjectInstanceCacheKeeper interface contains properties and methods used to work with the storage of cached repository objects.

Inheritance Hierarchy

          IMetabaseObjectInstanceCacheKeeper

Comments

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:

To get supported DBMS version, see theSupported DBMS section.

Properties

  Property name Brief description

Cache

The Cache property returns the internal structure of the object, which represents the cache of the repository object.

Database

The Database property determines the database, in which it is necessary to store the cache of the object.

PieceSize

The PieceSize property determines size of the pieces, to which large binary data will be split.

SplitBLOB

The SplitBLOB property determines whether the data is split, which is stored in the fields that have binary data type.

Methods

  Method name Brief description

Clear

The Clear method clears cache of the specified repository object.

ZipCache

The ZipCache method compresses binary data to the cached objects warehouse.

See also:

Metabase Assembly Interfaces