(self, min_headroom)
| 138 | self.objects = HierarchicalCache(CacheKeySetID) |
| 139 | |
| 140 | def init_ram_cache(self, min_headroom): |
| 141 | self.outputs = RAMPressureCache(CacheKeySetInputSignature, enable_providers=True) |
| 142 | self.objects = HierarchicalCache(CacheKeySetID) |
| 143 | |
| 144 | def init_null_cache(self): |
| 145 | self.outputs = NullCache() |
no test coverage detected