UNPKG

em-fcmp-graphql-server-lib

Version:

Library that containts the schema and resolvers of the graphql server to be used by FCs

17 lines (12 loc) 200 B
class BaseCacheManager { get(key) { // TODO: Reimplement } set(key, value) { // TODO: Reimplement } del(key) { // TODO: Reimplement } }; module.exports = BaseCacheManager;