Type Alias LibsqlCacheAdapterSettings

LibsqlCacheAdapterSettings: {
    enableTransactions?: boolean;
    expiredKeysRemovalInterval?: TimeSpan;
    rootGroup: OneOrMore<string>;
    serde: ISerde<string>;
    shouldRemoveExpiredKeys?: boolean;
    tableName?: string;
}