mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
13 lines
342 B
TypeScript
13 lines
342 B
TypeScript
import { Cache as Cache_2 } from '@algolia/cache-common';
|
|
|
|
export declare function createInMemoryCache(options?: InMemoryCacheOptions): Cache_2;
|
|
|
|
export declare type InMemoryCacheOptions = {
|
|
/**
|
|
* If keys and values should be serialized using `JSON.stringify`.
|
|
*/
|
|
readonly serializable?: boolean;
|
|
};
|
|
|
|
export { }
|