类 SinoAopContext


  • public class SinoAopContext
    extends Object
    • 构造器详细资料

      • SinoAopContext

        public SinoAopContext()
    • 方法详细资料

      • currentProxy

        public static <T> T currentProxy()
      • setCurrentProxy

        public static void setCurrentProxy​(Object proxy)
      • initCache

        public static boolean initCache()
      • clearCache

        public static void clearCache()
      • removeCache

        public static void removeCache​(String key)
      • putCache

        public static void putCache​(String key,
                                    Object value)
      • getCache

        public static <T> T getCache​(String key)
      • getCache

        public static <T> T getCache​(String key,
                                     java.util.function.Supplier<T> supplier)
      • clearCurrentCache

        public static void clearCurrentCache()
      • removeCurrentCache

        public static void removeCurrentCache​(String key)
      • putCurrentCache

        public static void putCurrentCache​(String key,
                                           Object value)
      • getCurrentCache

        public static <T> T getCurrentCache​(String key)
      • getCurrentCache

        public static <T> T getCurrentCache​(String key,
                                            java.util.function.Supplier<T> supplier)