pub fn create_multi_profile_device_settings() -> Result<DeviceSettings>Expand description
Create a DeviceSettings instance with multiple profiles for cache write-back testing
This creates a configuration with:
memoryprofile (speed 1) - fast cachedashmapprofile (speed 100) - slow persistent storage
This is useful for testing cache write-back behavior where data loaded from the slow backend should be cached to the fast backend.