CacheIdExists
Last updated
Was this helpful?
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
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