Skip to main content
Module

x/obsidian/test_files/test_variables/quickCacheLight.js>Cache

GraphQL, built for Deno - a native GraphQL caching client and server module
Go to Latest
class Cache
import { Cache } from "https://deno.land/x/obsidian@v5.0.0/test_files/test_variables/quickCacheLight.js";

Constructors

new
Cache(initialCache?)

Properties

cacheReadList: (hash) => unknown
cacheReadObject: (hash, field) => unknown
cacheWriteList: (
hash,
array,
overwrite?,
) => unknown
cacheWriteObject: (hash, obj) => unknown

Methods

cacheRead(hash)
cacheWrite(hash, value)
cacheWriteList(hash, array)
configSet(parameter, value)
createBigHash(inputfromQuery)
read(queryStr)
write(queryStr, respObj)