We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d8b48 commit df9c08fCopy full SHA for df9c08f
1 file changed
src/three/plugins/images/utils/DataCache.js
@@ -18,9 +18,9 @@ export class DataCache {
18
}
19
20
// overridable
21
- fetchItem() {}
22
- // called with null if the fetch failed — implementations must handle it
23
- disposeItem() {}
+ fetchItem( keys, signal ) {}
+ // called with null if the fetch failed
+ disposeItem( item, keys ) {}
24
getMemoryUsage( item ) {
25
26
return 0;
0 commit comments