名前 | 構文 |
cache: Web Object Cacheで文字ベースのデータをキャッシュします。 |
<jwcache:cache [policy] [ignoreCache] [invalidateCache] [scope] [autoType] [selectedParam] [selectedCookies] [reusableTimeStamp] [reusableDeltaTime] [name] [expirationType] [TTL] [timeInaDay] [dayInaWeek] [dayInaMonth] [writeThrough] [printCacheBlockInfo] [printCachePolicy] [cacheRepositoryName] [reportException] />
|
cacheInclude: インクルード・ページ(文字ベース)をキャッシュします。 |
<jwcache:cacheInclude policy page [printCacheBlockInfo] [reportException] />
|
cacheXMLObj: Web Object CacheでXML DOMオブジェクトをキャッシュします。 |
<jwcache:cacheXMLObj [policy] [ignoreCache] [invalidateCache] [scope] [autoType] [selectedParam] [selectedCookies] [reusableTimeStamp] [reusableDeltaTime] [name] [expirationType] [TTL] [timeInaDay] [dayInaWeek] [dayInaMonth] [writeThrough] [printCacheBlockInfo] [printCachePolicy] [cacheRepositoryName] [fromXMLObjName] [toXMLObjName] [toWriter] [reportException] />
|
invalidateCache: キャッシュされたブロックを失効化します。 |
<jwcache:invalidateCache [policy] [ignoreCache] [scope] [autoType] [selectedParam] [selectedCookies] [name] [invalidateNameLike] [page] [autoInvalidateLevel] [cacheRepositoryName] [reportException] />
|
useCacheObj: Web Object Cacheでシリアライズ可能なJavaオブジェクトをキャッシュします。 |
<jwcache:useCacheObj [policy] [ignoreCache] [invalidateCache] [cacheScope] [autoType] [selectedParam] [selectedCookies] [reusableTimeStamp] [reusableDeltaTime] [name] [expirationType] [TTL] [timeInaDay] [dayInaWeek] [dayInaMonth] [writeThrough] [printCacheBlockInfo] [printCachePolicy] [cacheRepositoryName] [reportException] id type />
|