CachedDataManager_ItemServices.Remove_Digital_Resource_Object Method (Int32, String, String, Custom_Tracer)
Removes a user-specific digital resource object from the cache , it it exists
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Remove_Digital_Resource_Object(
int UserID,
string BibID,
string VID,
Custom_Tracer Tracer
) |
Parameters
- UserID
- Type: System..::..Int32
Primary key of the user, if this should be removed from the user-specific cache
- BibID
- Type: System..::..String
Bibliographic Identifier for the digital resource to remove
- VID
- Type: System..::..String
Volume Identifier for the digital resource to remove
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also