SpringCache Annotation
SpringCache源码解析Annotation案例讲解
目录〇、常用注解一、@Cacheable注解1.1 案例1.2 核心源码二、@CachePut2.1 案例2.2 核心源码三、@CacheEvict3.1 案例3.2 核心源码四、@Caching(不常用)4.1 案例4.2 核心源码五、@CacheConfig5.1 案例5.2 核心源码六[详细]
2024-08-29 10:30 分类:开发Is it possible to run Weblogic with 8gb heap size in a 64bit java/linux environment
Setup: 64bit Linux 64bit SUN Jvm 1.6.0_20 Weblogic 10.3 Is it possible to run Weblogic 10.3 in this setup with a maximum heap size of 8gb? We have recived answers from oracle support that states t[详细]
2022-12-28 19:14 分类:问答