Minor caching bug with Item.Paths.GetPath() in Sitecore 8
The Item.Paths property returns an ItemPath and with Sitecore 8 they changed the implementation of ItemPath.GetPath(string from, string separator, ItemPathType type) to use caching internally. However the separator is not part of the caching key, only the item it self and the ItemPathType. This of course means…