1. Home
  2. Docs
  3. Microsoft Activities
  4. CacheContains

CacheContains

Cache Contains

  • Represents an activity to check if required cache value exist .

Properties

      Common

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

      Misc

  • Name (InArgument<String>) – The name of cache Object.
  • Result (OutArgument<Boolean>) – Gives the value stored in cache object
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities in search bar. Install this package and click Save.
  • Drag Set Cached Value activity to the workflow area. Fill in the different properties of the activity. Enter the cache name, its value.
  • Drag Cache Contains activity to the workflow area. Fill in the different properties of the activity. Enter the cache name whose value to want to check.
  • Create a Result variable to store the output.