Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Type

Storage class used to provide persistence.

Synopsis

<Type>%CacheStorage</Type>

Value

The value of this element is a class name.

Description

This element specifies the storage class that provides persistence for this class.

The %Library.CacheStorageOpens in a new tab class is the default storage class and provides the default storage structure.

The %Library.CacheSQLStorageOpens in a new tab class is used for mapping classes to legacy data structures.

For serial (embedded) classes, this must be set to %Library.CacheSerialStateOpens in a new tab (which is set automatically by the New Class Wizard).

Default Value

The default value for the <Type> element is %Library.CacheStorageOpens in a new tab.

FeedbackOpens in a new tab