Multiple cache types

Hello! Assume i track two folders in my dvc.yaml. I want to define different cache types for these folders: for example symlink for folder1 and copy for folder2. Is there any possible way to do it?
Can i specify paths for cache types? like:

[cache]
copy = folder1/
symlink = folder2/

There is no way to do it right now, unfortunately. Could you elaborate on your scenario? Why symlink everywhere doesn’t work for you?

Hello! Actually i have two folders in my project, first folder contains large data, so i want to use symlink when i run multiple experiments with dvc queue. Second folder contains small data and i would like to modify it with external scripts, but i get permission denied error. Also my OS does not support reflinks