タグ

cacheに関するnilabのブックマーク (7)

  • Varnish HTTP Cache — Varnish HTTP Cache

    Varnish HTTP Cache¶ I’m new here, please explain this Varnish thing What is happening¶ 2024-03-18 - Varnish 7.5.0 is released¶ Our bi-annual “fresh” release is here: Varnish Cache 7.5.0 The 7.3 series is no longer supported in any capacity. 2024-03-18 - Varnish HTTP/2 Broke Window Attack¶ All Varnish Cache releases with HTTP/2 support suffer a vulnerability in the HTTP/2 protocol. Please see VSV00

    nilab
    nilab 2012/06/28
    Front page | Varnish Community
  • The Java Community Process(SM) Program - JSRs: Java Specification Requests - detail JSR# 107

    nilab
    nilab 2012/04/01
    The Java Community Process(SM) Program - JSRs: Java Specification Requests - summary JSR# 107 : JSR 107: JCACHE - Java Temporary Caching API
  • Java API、使ってますか?(30) Javaアプリケーションにオブジェクトのキャッシュ機構を提供するJCache API

    JSR 107: JCACHE - Java Temporary Caching API Javaアプリケーション開発時に、繰り返し利用されるオブジェクトをキャッシュすることでパフォーマンスを劇的に向上させられる場合がある。「JSR 107: JCACHE - Java Temporary Caching API」は、そのような目的のための標準的なキャッシュ機構を提供するAPIだ。 JCacheは2005年にAPIのドラフトが公開されているが、それ以降目立った活動はなかった。しかし今年になって高性能なキャッシュライブラリであるEhcacheの開発者の一人、Greg Luck氏がスペックリードに加わり、再び標準化作業が進められるのではないかと期待されている。EhcacheはThe Apache Software License, Version 2.0のもとに公開されているオープンソースのキ

    Java API、使ってますか?(30) Javaアプリケーションにオブジェクトのキャッシュ機構を提供するJCache API
    nilab
    nilab 2012/04/01
    【コラム】Java API、使ってますか? (30) Javaアプリケーションにオブジェクトのキャッシュ機構を提供するJCache API | エンタープライズ | マイナビニュース
  • ブラウザキャッシュとレスポンスヘッダ - murankの日記

    ブラウザキャッシュとレスポンスヘッダの関係を調べてみた。 調べたブラウザ Firefox 3.5 IE 6 Opera 9.64 Google Chrome 2.0.172.33 レスポンスヘッダ Expires Last-Modified Cache-Control Pragma 結論 以下のレスポンスヘッダを返す。 Expires、Last-Modified、Cache-Control、Pragma 以外のヘッダについては任意。 キャッシュさせたい場合 Cache-Control: private, max-age=有効期間の秒数 条件付GETをさせたい場合 Expires: 過去の時刻 Last-Modified: 過去の時刻 キャッシュさせたくない場合 Cache-Control: no-cache 調査方法 それぞれのブラウザで以下のレスポンスヘッダを返すページを読み込んだときに

    ブラウザキャッシュとレスポンスヘッダ - murankの日記
    nilab
    nilab 2010/08/12
    ブラウザキャッシュとレスポンスヘッダ - murankの日記
  • jsr-107-interest: Home

    Welcome to the JSR 107 (Java Caching API) public website. From the lowest levels of hardware design to the highest levels of application functionality, caching plays critical roles including: Improving performance, alleviating bottlenecks, and minimizing the effects of resource unavailability. Yet defining what caching is can be a difficult proposition. To that end, we define caching in plain Engl

    nilab
    nilab 2009/05/18
    jsr-107-interest: ホーム : Java Caching API : CacheManager.getInstance().getCache("cacheName").get("key");
  • ASIN入りアマゾン商品画像URLリダイレクトCGIの雛形

    ASIN入りアマゾン商品画像URLリダイレクトCGIの雛形 2009-03-18-1 [Programming] アマゾンの商品画像のURLについて。 昔はアマゾンの商品ページにある商品画像URLには下記のようにASINが入っていました。 例:http://ec2.images-amazon.com/images/P/4822245772.01.MZZZZZZZ.jpg しかし、最近(って、もう何年もだけど)はASINが入らなくなりました。そのうえ、このURLをコピーして使っているとときどき無効になってしまったりします。 例:http://ec2.images-amazon.com/images/I/311qdsd1JaL._AA140_.jpg そこで、このブログで使うためにASINを渡すと商品画像URLへリダイレクトするCGIつくりました。CGIの雛形(テンプレート)を載せておきます。

    ASIN入りアマゾン商品画像URLリダイレクトCGIの雛形
    nilab
    nilab 2009/03/23
    _[を] ASIN入りアマゾン商品画像URLリダイレクトCGIの雛形:「ASINさえ分かれば「<img src="...">」にこのURLを入れ込むだけ」ブログシステム本体とAPIを使うモジュールは分離するポリシー:むしろ別サーバで:RewriteCondでキャッシュ
  • Ehcache

    Ehcache is an open source, standards-based cache that boosts performance, offloads your database, and simplifies scalability. It's the most widely-used Java-based cache because it's robust, proven, full-featured, and integrates with other popular libraries and frameworks. Ehcache scales from in-process caching, all the way to mixed in-process/out-of-process deployments with terabyte-sized caches.

    nilab
    nilab 2009/01/09
    Ehcache Ehcache - ehcache : キャッシュライブラリ
  • 1