条件付きで有効または無効にする属性が見つかりませんでしo:cache
た。これを達成する他の方法はありますか?
このようなもの:
<o:cache scope="application" disabled="#{someELexprsn}">
....
</o:cache>
ある条件に基づいて o:cache を無効にしたいと考えています。
(Actually I use this o:cache on a page that is used to display page for several type of entities but I want to enable cache only for pages of certain entities.)