feat: implement image caching mechanism with configurable cache duration and flush functionality
This commit is contained in:
@@ -22,6 +22,7 @@ export interface TTLConfigData {
|
||||
seriesTTL: number;
|
||||
booksTTL: number;
|
||||
imagesTTL: number;
|
||||
imageCacheMaxAge: number; // en secondes
|
||||
}
|
||||
|
||||
export interface TTLConfig extends TTLConfigData {
|
||||
|
||||
Reference in New Issue
Block a user