jp.ossc.nimbus.service.cache.RemoveOverflowActionServiceは、キャッシュエントリの溢れ方を決めるOverflowAction実装サービスです。
以下に簡単なサービス定義を示します。
- <?xml version="1.0" encoding="Shift_JIS"?>
- <!DOCTYPE server PUBLIC
- "-//Nimbus//DTD Nimbus 1.0//JA"
- "http://nimbus.sourceforge.jp/dtd/nimbus-service_1_0.dtd">
- <server>
- <manager>
- <!-- キャッシュエントリの溢れ方を決めるOverflowActionサービス -->
- <service name="OverflowAction"
- code="jp.ossc.nimbus.service.cache.RemoveOverflowActionService"/>
- </manager>
- </server>