1. Home
  2. Docs
  3. Microsoft Expressions
  4. SetCachedValue

SetCachedValue

Set Cached Value

  • Inserts a cache entry into the cache. One can select the type

Properties

      Common

  • DisplayName (String) – The display name of the activity.

       Misc

  • Name (InArgument<String>) – A unique identifier for the cache entry to insert.
  • Persisted (InArgument<Boolean>) –
  • Value (InArgument<Int32>) – The data for the cache entry.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Expressions  in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Set Cached Value Enter the name and value parameter.