Search In
Learn from 350 other Umbracians at the annual Umbraco Conference - CodeGarden '13. More than twenty high quality sessions, open spaces, hackathons and social events you'll remember. Not to be missed! Less than 25 tickets left - get yours now!
I've installed the Cultiv MediaCache package for an older site (Umbraco 4.0.2.1) to retrieve media items below a selected media folder in an usercontrol. The available items are shown correctly in a dropdown, but when I add a new file below the same map it doesn't appear in the same dropdown.
When does this package updates his cache exactly?
The cache is added when you request a media item using the XSLT extension.
Does the item show up when you do the same call using umbraco.library.GetMedia?