mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
2
examples/cache/get/node/getAValue.js
vendored
2
examples/cache/get/node/getAValue.js
vendored
@@ -1,4 +1,4 @@
|
||||
const { CacheService } = require("m3o/cache");
|
||||
const { CacheService } = require("micro-js-client/cache");
|
||||
|
||||
// Get an item from the cache by key. If key is not found, an empty response is returned.
|
||||
async function getAvalue() {
|
||||
|
||||
Reference in New Issue
Block a user