Home Reference Source
import RemoteSetPropertyCacheAction from 'remote-context/lib/actions/RemoteDeletePropertyCacheAction.js'
public class | source

RemoteSetPropertyCacheAction

Extends:

ActionReferenceActionReferencePropertyAction → RemoteSetPropertyCacheAction

Method Summary

Public Methods
public

exec(session: *)

public

fetch(session: *)

Inherited Summary

From class Action
public

exec(session: Session): undefined | Promise

Execute the action.

public

fetch(session: Session): *

Fetch the action value.

public

Returns an arguments list for creating this instance remotely.

public

Get a string that represent this class.

From class ReferenceAction
public
public
public
From class ReferencePropertyAction
public static

fromProperty(session: *, reference: *, property: *): *

public
public

Public Methods

public exec(session: *) source

Execute the action.

Override:

Action#exec

Params:

NameTypeAttributeDescription
session *

public fetch(session: *) source

Fetch the action value.

Override:

Action#fetch

Params:

NameTypeAttributeDescription
session *