This packages loads the following items into the Umbraco cache using a separate thread on Application_start (using ApplicationBase):
- all media items (calling
library.GetMedia for each media item)
- all nice urls (calling
library.NiceUrl for each node)
- all members (calling library.GetMember
for each member)
This only caches the calls to the database and not the actuall items.
This uses the normal Umbraco cache so if any of these values is update Umbraco updates the cache automatically.
====================================================================
Don't forget to vote for this project if you like it.
====================================================================