Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

2016-02-15から1日間の記事一覧

SpringでEhcacheを利用する

いやーSpringは至れり尽くせりな気がする。 There are a few implementations of that abstraction available out of the box: JDK java.util.concurrent.ConcurrentMap based caches, EhCache, Gemfire cache, Guava caches and JSR-107 compliant caches. …