Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaurishhs/elysia-nocache
Nocache plugin for Elysia
https://github.com/gaurishhs/elysia-nocache
Last synced: 27 days ago
JSON representation
Nocache plugin for Elysia
- Host: GitHub
- URL: https://github.com/gaurishhs/elysia-nocache
- Owner: gaurishhs
- License: mit
- Created: 2023-10-03T18:05:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T18:15:39.000Z (about 1 year ago)
- Last Synced: 2024-10-06T07:53:36.802Z (about 1 month ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elysia - NoCache - Plugin to disable caching. (Plugins)
README
# elysia-nocache
Nocache plugin for Elysia.js
Disables caching as much possible.
## Usage
```ts
import { nocache } from 'elysia-nocache';new Elysia().use(nocache())
```
## License
MIT
## Author
Copyright (c) 2023 Gaurish Sethia