mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
implementation of server synchronization
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { Config } from './config.interface';
|
||||
import { AutoSyncConfig } from './auto-sync-config.interface';
|
||||
|
||||
export interface CacheConfig extends Config {
|
||||
msToLive: number,
|
||||
control: string
|
||||
control: string,
|
||||
autoSync: AutoSyncConfig
|
||||
}
|
||||
|
Reference in New Issue
Block a user