Cache.enableGcValueScanning

Makes the GC scan the cache items. Should be called by the subclass constructor if it stores values that contain GC references. This method should be called after the constructor of this class has returned.

class Cache(size_t ValueSize = 0, bool TrackCreateTimes = false)
protected
static if(!is_dynamic)
void
enableGcValueScanning
()

Meta