CacheIdExists
Method Signature
CacheIdExists(id=[any], cacheName=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Lookup the id in the cache to see if it exists or not.
The id can be a single id or an array of IDs By default, the {@code cacheName} is set to {@code default}. You can also pass in a filter
CacheIdExists(id=[any], cacheName=[string])id
any
true
The cache id to retrieve, or an array of ids to retrieve
cacheName
string
false
The cache name to retrieve the id from, defaults to {@code default}
default
Last updated
Was this helpful?
Was this helpful?
