, including all inherited members.
cache_deletes() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
cache_expirations() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
cache_fallbacks() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
cache_hits() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
cache_inserts() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
cache_misses() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
cache_time_us() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
Delete(const GoogleString &key) | net_instaweb::WriteThroughHTTPCache | [virtual] |
Find(const GoogleString &key, MessageHandler *handler, Callback *callback) | net_instaweb::WriteThroughHTTPCache | [virtual] |
FindResult enum name | net_instaweb::HTTPCache | |
force_caching() const (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
HTTPCache(CacheInterface *cache, Timer *timer, Hasher *hasher, Statistics *stats) | net_instaweb::HTTPCache | |
InitStats(Statistics *statistics) | net_instaweb::HTTPCache | [static] |
IsAlreadyExpired(const RequestHeaders *request_headers, const ResponseHeaders &headers) | net_instaweb::HTTPCache | |
IsCacheableBodySize(int64 body_size) const | net_instaweb::HTTPCache | |
IsCacheableContentLength(ResponseHeaders *headers) const | net_instaweb::HTTPCache | |
kCacheDeletes (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [static] |
kCacheExpirations (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [static] |
kCacheFallbacks (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [static] |
kCacheHits (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [static] |
kCacheInserts (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [static] |
kCacheMisses (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [static] |
kCacheTimeUs | net_instaweb::HTTPCache | [static] |
kEtagFormat | net_instaweb::HTTPCache | [static] |
kEtagPrefix | net_instaweb::HTTPCache | [static] |
kFound enum value (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | |
kNotFound enum value (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | |
kRecentFetchFailed enum value | net_instaweb::HTTPCache | |
kRecentFetchNotCacheable enum value (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | |
kUnlimited (defined in net_instaweb::WriteThroughHTTPCache) | net_instaweb::WriteThroughHTTPCache | [static] |
max_cacheable_response_content_length() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
Name() const (defined in net_instaweb::WriteThroughHTTPCache) | net_instaweb::WriteThroughHTTPCache | [inline, virtual] |
Put(const GoogleString &key, HTTPValue *value, MessageHandler *handler) | net_instaweb::HTTPCache | [virtual] |
Put(const GoogleString &key, ResponseHeaders *headers, const StringPiece &content, MessageHandler *handler) | net_instaweb::HTTPCache | [virtual] |
PutInternal(const GoogleString &key, int64 start_us, HTTPValue *value) | net_instaweb::WriteThroughHTTPCache | [protected, virtual] |
remember_fetch_dropped_ttl_seconds() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
remember_fetch_failed_ttl_seconds() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
remember_not_cacheable_ttl_seconds() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
RememberFetchDropped(const GoogleString &key, MessageHandler *handler) | net_instaweb::WriteThroughHTTPCache | [virtual] |
RememberFetchFailed(const GoogleString &key, MessageHandler *handler) | net_instaweb::WriteThroughHTTPCache | [virtual] |
RememberNotCacheable(const GoogleString &key, bool is_200_status_code, MessageHandler *handler) | net_instaweb::WriteThroughHTTPCache | [virtual] |
set_cache1_limit(size_t limit) | net_instaweb::WriteThroughHTTPCache | [inline] |
set_disable_html_caching_on_https(bool x) | net_instaweb::WriteThroughHTTPCache | [virtual] |
set_force_caching(bool force) | net_instaweb::WriteThroughHTTPCache | [virtual] |
set_hasher(Hasher *hasher) | net_instaweb::WriteThroughHTTPCache | [inline, virtual] |
set_max_cacheable_response_content_length(int64 value) | net_instaweb::WriteThroughHTTPCache | [virtual] |
set_remember_fetch_dropped_ttl_seconds(int64 value) | net_instaweb::WriteThroughHTTPCache | [virtual] |
set_remember_fetch_failed_ttl_seconds(int64 value) | net_instaweb::WriteThroughHTTPCache | [virtual] |
set_remember_not_cacheable_ttl_seconds(int64 value) | net_instaweb::WriteThroughHTTPCache | [virtual] |
SetIgnoreFailurePuts() | net_instaweb::WriteThroughHTTPCache | [virtual] |
timer() const (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [inline] |
WriteThroughHTTPCache(CacheInterface *cache1, CacheInterface *cache2, Timer *timer, Hasher *hasher, Statistics *statistics) | net_instaweb::WriteThroughHTTPCache | |
~HTTPCache() (defined in net_instaweb::HTTPCache) | net_instaweb::HTTPCache | [virtual] |
~WriteThroughHTTPCache() (defined in net_instaweb::WriteThroughHTTPCache) | net_instaweb::WriteThroughHTTPCache | [virtual] |