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.
URI を強制的にキャッシュに入れる iRule を用意します。
when HTTP_REQUEST { if { [HTTP::header "Content-Type"] contains "jpg" } { CACHE::enable } }
このアイテムは永久にキャッシュされるか、キャッシュが強制的に空にされるまでキャッシュされるようです。これらのアイテムに有効期限を追加する方法はありますか?