This commit is contained in:
wentch
2015-12-17 10:44:02 +08:00
parent d4bd020210
commit a947f147cc

View File

@@ -176,6 +176,7 @@ public class CacheSourceService implements CacheSource, Service {
}
@Override
@MultiRun
public <V> void appendSetItem(Serializable key, V value) {
if (key == null) return;
CacheEntry entry = container.get(key);