mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Sets responseMsToLive to zero in some dataService methods and adds ability to reset the responseMsToLive value in subclasses.
This commit is contained in:
@@ -20,11 +20,7 @@ import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
|
||||
@Injectable()
|
||||
export class WorkflowItemDataService extends DataService<WorkflowItem> {
|
||||
protected linkPath = 'workflowitems';
|
||||
<<<<<<< HEAD
|
||||
protected responseMsToLive = 0;
|
||||
=======
|
||||
protected resetMsToLive = true;
|
||||
>>>>>>> Setting cache period to zero for all instances where forceBypassCache was previously true.
|
||||
|
||||
constructor(
|
||||
protected comparator: DSOChangeAnalyzer<WorkflowItem>,
|
||||
|
Reference in New Issue
Block a user