スタートアップ(英語)
コミュニティ(英語)
トレーニング(英語)
チュートリアル(英語)
ドキュメント
API、AI、ツール (英語)
<!-- Caching strategy definition -->
<ee:object-store-caching-strategy name="Caching_Strategy" doc:name="Caching Strategy" synchronized="false" >
<!-- Object Store defined for the caching strategy-->
<os:private-object-store
alias="CachingStrategy_ObjectStore"
maxEntries="100"
entryTtl="10"
expirationInterval="5"
config-ref="ObjectStore_Config" />
</ee:object-store-caching-strategy>
<!-- Cache scope referencing the strategy-->
<ee:cache doc:name="Cache" cachingStrategy-ref="Caching_Strategy">
<!-- Some processing logic to cache-->
</ee:cache>




