add static method
Implementation
static void add(String key, dynamic file) {
if (enabled == false) return;
//print( 'THREE.Cache Adding key: $key');
files[key] = file;
}
static void add(String key, dynamic file) {
if (enabled == false) return;
//print( 'THREE.Cache Adding key: $key');
files[key] = file;
}