2.3.0 • Published 1 year ago

@biscuitland/cache v2.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@biscuitland/cache

Most importantly, biscuit's cache is:

A resource control cache layer, based on carriers and resource-intensive policies

Install (for node18)

npm install @biscuitland/cache

Example (Basic)

import { Cache, MemoryCacheAdapter } from '@biscuitland/cache';

const bootstrap = async () => {
	const cache = new Cache({
		adapter: new MemoryCacheAdapter(),
	});

    // You can listen to the raw biscuit event

    cache.start(<payloads>);
};

bootstrap();

Links

2.3.0

1 year ago

2.2.3

1 year ago

2.1.2

2 years ago

2.2.0

2 years ago

2.2.2

1 year ago

2.1.1

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.6

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago