Class Reference
%IPM.Repo.Filesystem.Cache
Server:appadmin-00044-deployment-6bf4cbc86d-f76z9
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%IPM] >  [Repo] >  [Filesystem] >  [Cache]
Private  Storage

persistent class %IPM.Repo.Filesystem.Cache extends %Persistent, %IPM.General.ModuleInfo

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5 5 1 3 1


Summary

Properties
AllVersions Deployed Description DisplayName
LastModified Manifest Name Origin
PlatformVersion Repository Root SemVer
SubDirectory Version VersionString

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%JSONExport %JSONExportToStream %JSONExportToString %JSONImport
%JSONNew %KillExtent %KillExtentData %LoadFromMemory
%LockExtent %LockId %New %NormalizeObject
%ObjectIsNull %ObjectModified %Oid %OnBeforeAddToSync
%OnDeleteFinally %OnDetermineClass %OnOpenFinally %OnSaveFinally
%Open %OpenId %OriginalNamespace %PackageName
%PhysicalAddress %PurgeIndices %Reload %RemoveFromSaveSet
%ResolveConcurrencyConflict %RollBack %Save %SaveDirect
%SaveIndices %SerializeObject %SetModified %SortBegin
%SortEnd %SyncObjectIn %SyncTransport %UnlockExtent
%UnlockId %ValidateIndices %ValidateObject %ValidateTable
DisplayNameSet HandleSaveError NameSet OrderedMatchesClose
OrderedMatchesExecute OrderedMatchesFetch VersionStringGet VersionStringSet
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter DEFAULTGLOBAL = "^IPM.Repo.Filesystem.Cache";

If a persistent class uses %Storage.Persistent then the DEFAULTGLOBAL parameter is used as the default global root for the values of the storage keywords COUNTERLOCATION, DATALOCATION, IDLOCATION, INDEXLOCATION and STREAMLOCATION in the active storage definition. DEFAULTGLOBAL is only used to generate location keyword values that are not already defined. The location value is constructed by adding a location type to the end of DEFAULTGLOBAL. For example, if DEFAULTGLOBAL = "^GL.Account" the compiler will generate DATALOCATION = ^GL.AccountD.

If USEEXTENTSET is true, then DEFAULTGLOBAL is used as the default extent location.


The location types are:
LocationType
COUNTERLOCATIONC
DATALOCATIOND
IDLOCATIOND
INDEXLOCATIONI
STREAMLOCATIONS

Properties

• property LastModified as %TimeStamp [ Required ];
• property Manifest as %Stream.GlobalCharacter;
Full module manifest
• property Root as %String(MAXLEN=260) [ Required ];
• property SemVer as %String(MAXLEN=512);
Property associated with the index to allow quick $Query'ing over SemVer order based on ID
• property SubDirectory as %String(MAXLEN=260);

Methods

• method HandleSaveError(pSC As %Status) as %Status
• classmethod OrderedMatchesClose(ByRef qHandle As %Binary) as %Status
• classmethod OrderedMatchesExecute(ByRef qHandle As %Binary, pRoot As %String = "", pName As %String = "", pVersionExpression As %String = "*", pParameters As %String = "") as %Status
• classmethod OrderedMatchesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

• query OrderedMatches(pRoot As %String = "", pName As %String = "", pVersionExpression As %String = "*", pParameters As %String = "")
Selects Name As %String, VersionString As %String

Indices

•index (CacheItemIndex on Root,SubDirectory) [Data = LastModified,Unique];
•index (RootNameVersion on Root,Name,VersionString) [Unique];
•index (SemVer on Name,Version);

ForeignKeys

•foreignkey RootFK (Root) references %IPM.Repo.Filesystem.Definition (RootIndex) OnDelete: cascade; OnUpdate: noaction


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.