Skip to content
Success

Changes

Summary

  1. ICache: add label support (commit: 9300211) (details)
  2. ICacheValueResolver#resolveAll: improve Javadoc and add test to document current behavior (commit: 0d4748f) (details)
Commit 930021138ec02826bfb5c4f78aff6831a458ed80 by Stephan Merkli
ICache: add label support

381597
(commit: 9300211)
The file was modified org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/cache/CacheRegistryServiceTest.java (diff)
The file was modified org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/cache/ClientCacheBuilder.java (diff)
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheBuilder.java (diff)
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/ICacheBuilder.java (diff)
The file was modified org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java (diff)
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/BasicCache.java (diff)
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/AbstractCacheWrapper.java (diff)
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/ICache.java (diff)
Commit 0d4748fc81d2846c3eabad0b07f1170f784e1f37 by Stephan Merkli
ICacheValueResolver#resolveAll: improve Javadoc and add test to document current behavior

381597
(commit: 0d4748f)
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/ICacheValueResolver.java (diff)
The file was modified org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java (diff)