Interface ICookieStoreService

Index

Methods

Methods

public get(key: string): any

Parameters

  • key: string

Returns

any

public put(key: string, value: any)

Parameters

  • key: string
  • value: any

public remove(key: string)

Parameters

  • key: string