Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行時に JCS キャッシュ領域を作成する方法を誰か教えてもらえますか?
JCS jcs = JCS.getInstance("REGION"); IElementAttributes attr = new ElementAttributes(); attr.setIsEternal(false); attr.setMaxLifeSeconds( maxLife ); jcs.put("Key",data, attr);