Search Results for

    Show / Hide Table of Contents

    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 Source

    Key

    Key, to access the stack: [Guid]

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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 Source

    OnRemove()

    Remove cache object

    Declaration
    public void OnRemove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx