Interface CachedStorage

Available only in SharePoint Online

Index

Properties

Methods

Properties

public length: number

Methods

public clead()

public getItem(key: string): string

Parameters

  • key: string

Returns

string

public removeItem(key: string)

Parameters

  • key: string

public setItem(key: string, value: string): any

Parameters

  • key: string
  • value: string

Returns

any