npm explorer
ort-cache - npm explorer
ort-cache
v1.3.1
TypeScript
API for providing storage methods
store
ort-cache
litianZhang
0
/week
Updated 8 months ago
Unpacked: 46.5 KB
Published by
litian Zhang
npm
yarn
pnpm
bun
npm install ort-cache
npm
Readme
Dependencies
(1)
Versions
(18)
简介
一个支持node.js、localStorage、cookie存储的SDK
方法介绍
node.js
setCache:存储内容;
getCache:获取内容;
delCache:删除内容;
clearCache:清空内容;
comCache:获取内容还有多久过期;
localStorage
setCacheLoca:存储内容;
getCacheLoca:获取内容;
cookie
setCookie:存储内容;
getCookie:获取内容;
clearCookie:删除内容;