hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for registry section operations.

    interface ISGIRegistrySection {
        Delete(key: string): boolean;
        Exists(key: string): boolean;
        Flush(): boolean;
        GetKeyList(): string[];
        Read(key: string): string;
        ReadMulti(keysArray: any): any;
        Write(key: string, value: string): boolean;
        WriteMulti(Object: any): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods