What cache is used for the display of listviews and content pickers in the umbraco backoffice?
Hello fellow Umbraco users,
I was wondering if someone could tell me where Umbraco gets the data to display in the Umbraco backoffice on list views and content pickers.
It can't be the umbraco.config XML file, because this one doesn't contain unpublished content, whilst the list views and content pickers do display unpublished data.
It's also pretty darn fast, so I would be suprised that it would be the contentservice... It must be coming from some kind of cache, but I don't know which one.
What cache is used for the display of listviews and content pickers in the umbraco backoffice?
Hello fellow Umbraco users,
I was wondering if someone could tell me where Umbraco gets the data to display in the Umbraco backoffice on list views and content pickers.
It can't be the umbraco.config XML file, because this one doesn't contain unpublished content, whilst the list views and content pickers do display unpublished data.
It's also pretty darn fast, so I would be suprised that it would be the contentservice... It must be coming from some kind of cache, but I don't know which one.
Kind regards, Dempsey
There was this discussion in the Issue tracker that talks about this - http://issues.umbraco.org/issue/U4-4895
I believe originally it was pure database, but then talk was to use Examine. But you'd need to check source to find out what it uses today.
is working on a reply...