private Serializable updateCache(CacheEntry cacheEntry) throws Exception {
Serializable key = cacheEntry.key;
String group = cacheEntry.group;
if (StringUtils.hasText(group)) {
GroupId groupId = new GroupId(CACHE_NAME, group);
GroupAttrName groupAttrName = new GroupAttrName(groupId, key);
key = groupAttrName;
}
ICacheElement cacheElement = new CacheElement(CACHE_NAME, key,