5354555657585960
try { ActionCacheEntry entry = valueProvider.call(); return write(key, entry); } catch (Exception e) { Throwables.propagateIfPossible(e); throw new CacheException("Error computing the value", e); } }