Renamed cache property and replaced conditional with hasValue.

This commit is contained in:
Michael W Spalti
2019-09-22 21:51:04 -07:00
parent dc4becee0c
commit c1f7d39290
5 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ import { WorkspaceItem } from './models/workspaceitem.model';
@Injectable()
export class WorkspaceitemDataService extends DataService<WorkspaceItem> {
protected linkPath = 'workspaceitems';
protected resetMsToLive = 0;
protected responseMsToLive = 0;
constructor(
protected comparator: DSOChangeAnalyzer<WorkspaceItem>,