Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Library.CacheEmbedded

class %Library.CacheEmbedded

When using an embedded datatype class this provides a <member>Embedded method which returns an instance of the embedded class to the caller. You can mix this superclass in to your datatype class for example specify the superclass %25String,%25CacheEmbedded.

Method Inventory

Methods

classmethod Embedded() as %RegisteredObject
Return an instance of the embedded class

Subclasses

FeedbackOpens in a new tab