Class SharedObjectFacade


  • public class SharedObjectFacade
    extends Object
    Convenience methods to access the shared object cache
    Author:
    Stuart Douglas
    • Method Detail

      • wrap

        public static <T> Set<T> wrap​(String contextId,
                                      Set<T> set)
      • wrap

        public static <K,​V> Map<K,​V> wrap​(String contextId,
                                                      Map<K,​V> map)