Skip to content

validators API

phoenixide edited this page Jun 20, 2022 · 1 revision

utils/validators

isValidPutArguments

This is a description of the put value function. This function helps to put value to MemCache

Type: function

Parameters

  • key {} key for which we need to put value
  • value Object value to be put in MemCache
  • ttl Number ttl value

Returns boolean true if all arguments are valid false otherwise

Clone this wiki locally