質問

最終的には稼働しているが現在[GreenField]開発にあるアプリケーションでパフォーマンスの取り組みを開始する準備が整いました。

特定の図書館を選択したりコミットしたりすることなくキャッシングを紹介することができるので、私が既に存在しているキャッシングファサード図書館があるかどうか疑問に思います。その後の後日の決定

役に立ちましたか?

解決

There is also a Java standard: JSR 107: JCACHE - Java Temporary Caching API. Pretty much dead, but there was some movement half year ago. Also there is quite a lot happens in the source repository. EhCache supports this JSR natively.

If you are using Spring, it has a great caching abstraction.

他のヒント

If you are using Spring it has a cache abstraction.

Have a look at the blog entry here too which introduced me to the concept.

One of the popular cache implementations is EhCache. You can also take a look on Terracotta cache (terracota has a lot of sub-projects - see the cache).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top