Type
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.