_getStyleContextResolvedSkinProperties(context, document);
// Create a new entry and cache it in the "normal" cache. The "normal" cache is one
// where the key is the Key object which is built based on information from the StyleContext,
// like browser, agent, locale, direction.
Styles styles = new StylesImpl(styleNodes, namespacePrefixes, _STYLE_KEY_MAP,
shortStyleClassMap, _isCompressStyles(context));
Entry entry = new Entry(uris, styles, icons, skinProperties);
cache.put(key, entry);
// Also, cache the new entry in the entry cache