mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
switched to self links as keys in the object cache
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
import { ObjectCacheEffects } from './data/object-cache.effects';
|
||||
import { RequestCacheEffects } from './data/request-cache.effects';
|
||||
import { HrefIndexEffects } from './index/href-index.effects';
|
||||
import { UUIDIndexEffects } from './index/uuid-index.effects';
|
||||
import { RequestEffects } from './data/request.effects';
|
||||
|
||||
export const coreEffects = [
|
||||
RequestCacheEffects,
|
||||
RequestEffects,
|
||||
ObjectCacheEffects,
|
||||
HrefIndexEffects,
|
||||
UUIDIndexEffects,
|
||||
];
|
||||
|
Reference in New Issue
Block a user