Would like to disable DDS caching. Is this possible? if so how do I go about doing this?
edit: I see this line [EPiServerDataStore(AutomaticallyCreateStore = true, AutomaticallyRemapStore = true )]
I'm guessing somehow I disable in the line above but I'm not sure how and the documentation points to older versions where this is in the web/app config.
You can configure DDS to use NullCacheProvider that doesn't use caching, see https://world.episerver.com/documentation/developer-guides/CMS/configuration/Configuring-episerverdataStore/
Would like to disable DDS caching. Is this possible? if so how do I go about doing this?
edit: I see this line [EPiServerDataStore(AutomaticallyCreateStore = true, AutomaticallyRemapStore = true )]
I'm guessing somehow I disable in the line above but I'm not sure how and the documentation points to older versions where this is in the web/app config.
thank you