Class ContextCache


  • public class ContextCache
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextCache()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addContext​(java.lang.String id, java.lang.String context)  
      static java.lang.String getContext​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextCache

        public ContextCache()
    • Method Detail

      • addContext

        public static void addContext​(java.lang.String id,
                                      java.lang.String context)
      • getContext

        public static java.lang.String getContext​(java.lang.String id)