it's the filesystem cache of your entire website, used to render pages faster.
you can only remove it if you configure your website accordingly (to e.g. keep this cache in memory instead of on disk)
As described by Richard S. in another topic:
Basically this is what's happening. Whenever you publish/unpublish a node the internal cache is modified. When modifying the internal cache, the cache file file (umbraco.config) is also modified by default(think in the exact same way). So the internal cache and xml file should be in sync. This umbraco.config file is only needed for a faster initial application startup.
In the config file /config/umbracoSettings.config you find the settingXmlCacheEnabled set this to false and the Umbraco.config file will not be updated anymore, it will take a bit longer to startup your app though.
are you sure it's a media section upload, and not a upload datatype on a content node? in the last case the media item is not available in the media section but only on the content node.
Show some screenshots of:
front-end
where & how you select this image in the content node
What is umbraco.config?
do I need it if I use umbraco.sdf?
it's the filesystem cache of your entire website, used to render pages faster.
you can only remove it if you configure your website accordingly (to e.g. keep this cache in memory instead of on disk)
As described by Richard S. in another topic:
Can I remove it?
I'd say no :)
Who do you want to?
I noticed that some items disappear from media section
I doubt the media section uses the config at all, it queries the db?
have you tried reloading the nodes of the entire media section? maybe you are encountering browser cache.
where the cache is stored?
on the website it is displayed, but in the dB they are gone
let's get this sorted. on your front-end, you can open the image URL, it'll look something like this:
http://www.orbitone.com/media/1176/webinar.png
remember the filename go to the media section of your site, and use the search to find that file.
Any result?
Yes, i have search result, but when i click, i got error
are you sure it's a media section upload, and not a upload datatype on a content node? in the last case the media item is not available in the media section but only on the content node.
Show some screenshots of:
this is content node. i made reviews carousel and slider carousel, but reviews go away.
i don't see anything?
http://clip2net.com/s/3jtWHmW
http://clip2net.com/s/3jtWYM2
anything in recycle bin?
http://c2n.me/3jtXNum
http://c2n.me/3jueo9W
i doubt looking at cache is going to fix your issue & I can't see what happened based on the information i have available.
information is lost after restarting the application
when i change .cshtml this page, and restart application, lost entries is lost
is working on a reply...