refactored requestCacheReducer

This commit is contained in:
Art Lowel
2017-04-12 18:03:02 +02:00
parent 6212f5d114
commit 8e0d2bac9b
47 changed files with 1341 additions and 1309 deletions

View File

@@ -12,6 +12,7 @@ import { CacheEntry } from "./cache-entry";
*/
export interface CacheableObject {
uuid: string;
self?: string;
}
/**