Skip to content

Commit

Permalink
feat: Add CacheX for cache management (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Nov 11, 2024
1 parent e501faa commit 1f3aae5
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 303 deletions.
54 changes: 52 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcgdex/sdk",
"version": "2.6.0-beta.3",
"version": "2.6.0-beta.4",
"main": "./dist/tcgdex.node.js",
"module": "./dist/tcgdex.node.mjs",
"types": "./dist/tcgdex.node.d.ts",
Expand Down Expand Up @@ -53,6 +53,8 @@
"node": ">=12"
},
"dependencies": {
"@cachex/memory": "^1",
"@cachex/web-storage": "^1",
"@dzeio/object-util": "^1",
"isomorphic-unfetch": "^3"
},
Expand Down
38 changes: 0 additions & 38 deletions src/Psr/SimpleCache/CacheAbstract.ts

This file was deleted.

109 changes: 0 additions & 109 deletions src/Psr/SimpleCache/CacheInterface.d.ts

This file was deleted.

91 changes: 0 additions & 91 deletions src/Psr/SimpleCache/LocalStorageCache.ts

This file was deleted.

58 changes: 0 additions & 58 deletions src/Psr/SimpleCache/MemoryCache.ts

This file was deleted.

Loading

0 comments on commit 1f3aae5

Please sign in to comment.