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

    Interface representing a registry section that extends ISGIRegistrySection.

    interface ISGRORegistrySection {
        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