mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 16:51:15 +10:00
fix: pcgamingwiki not parsing company websites
This commit is contained in:
12
server/internal/cache/cacheHandler.ts
vendored
12
server/internal/cache/cacheHandler.ts
vendored
@ -1,17 +1,5 @@
|
||||
import { prefixStorage, type StorageValue, type Storage } from "unstorage";
|
||||
|
||||
export interface CacheProviderOptions {
|
||||
/**
|
||||
* Max number of items in the cache
|
||||
*/
|
||||
max?: number;
|
||||
|
||||
/**
|
||||
* Time to live (in ms)
|
||||
*/
|
||||
ttl?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates and manages the lifecycles of various caches
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user