Class StackObjectCacheable
Cache information about a stack (ORM)
Inheritance
System.Object
StackObjectCacheable
Namespace: Simplic.Framework.Extension.Cache
Assembly: Simplic.Framework.Extension.dll
Syntax
public class StackObjectCacheable : ICacheable
Properties
| Improve this Doc View SourceKey
Key, to access the stack: [Guid]
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Stack
Stack object, loaded from orm
Declaration
public ESS_DCC_Stack_Info Stack { get; set; }
Property Value
Type | Description |
---|---|
ESS_DCC_Stack_Info |
Methods
| Improve this Doc View SourceOnRemove()
Remove cache object
Declaration
public void OnRemove()