SlideShare a Scribd company logo
HTTP Caching 101
and a bit of CacheCow
Ali Kheyrollahi
What you need for the Journey
Let’s hear from Roy
“The problem with
SOAP is that it tries to
escape from the Web
interface. It deliberately
attempts to suck…”
Caching – weuseinASP.NET
• Output caching
• HttpContext.Cache
• Memcached
• CacheCow.Server
• CacheCow.Client
• …
Output caching
• A web server feature
• How to enable?
• User-mode vs. kernel-mode
• DEMO 1 -> netsh http show
cachestate
• DEMO 2 -> perfmon
HttpContext.Cache and
Memcached
Key-Value store for storing anything you like
HTTP Caching
• Server sets cache directives
• Clients or intermediaries store
• Technically every response by default
is cacheable unless directives say
otherwise – although …
• What do we cache?
We cache resources
How to identify a resource?
URL
http://www.example.com/this/that ?a=b&c=d
And any other header defined by
Vary header sent by server
Cache-Control - 1
private
public
Server
Man-in the
middle
Client
Server
Man-in the
middle
Client
✓
Cache-Control - 2
no-store no-cache
Cacheability – Lifecycleof resource
Fresh Stale Invalid
Fresh
Cache-Control: max-age=3600
Expires: Tue, 11 Nov 2014 22:26:14 GMT
1
2
Stale
Cache-Control: max-age=3600
Expires: Mon, 11 Nov 2013 22:26:14 GMT
1
2
Validation
1
S T A L E
2 Cache-Control: no-cache
3 Cache-Control: must-revalidate
+ stale
Validation – against ???
Last-Modified: Mon, 11 Nov 2013 22:26:14 GMT
1
ETag: “1edec-3e3073913b100”
2
“Resource Cache
State”
Server
Demo
Give-away!
Connection:keep-alive
Content-Length:43
Content-Type:image/gif
Date:Fri, 15 Nov 2013 09:12:12 GMT
Expires: -1
Can a proxy (man-in-the-middle)
cache this resource? And why?
… there is moar …eee…eeeeeeehhhhh!!!!!!
CacheCow !!
CacheCow
Looks after caching so you don’t have to
Has client and server components
(You need client if your client is .NET)
1
2
3 You can choose from (or build) from a
range of soft or persistent storages
4 Remember “cache state” gets stored on server
while “resources” (or responses) themselves get
stored on the client
CacheCow.Server
1
2
CacheCow.Server (setting cache
control)
NOT SURE I WANNA DO
THAT!
CacheCow.Server (attribute-based)
1
2
CacheCow.Server (storage)
• In-memory (default)
• Memcached
• Memcached 1.2
• MongoDB
• RavenDB
• SQL Server
• Build your own (implement an interface)
CacheCow.Client
Turns HttpClient’s caching from zero
to hero – like a browser
Request does not even touch the network
If you have a fresh cache of the resource
1
2
3 Does all that conditional validation on
GET and PUT so you don’t have to
4 You can choose from (or build) from a
range of soft or persistent storages
CacheCow.Client (setup)
1
2
WHO CAN GUESS THE RESPONSE???
CacheCow.Client (example)
CacheCow.Server (storage)
• In-memory (default)
• Memcached
• Memcached 1.2
• Redis
• File
• SQL Server
• Build your own (implement an interface)
Questions??

More Related Content

PPTX
Memcached B box presentation
PDF
Caching your rails application
PDF
CFML Sessions For Dummies
PPTX
JSR107 Come, Code, Cache, Compute!
PDF
Embedding GlassFish v3 in Ehcache Server
PDF
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
PDF
Varnish Cache
Memcached B box presentation
Caching your rails application
CFML Sessions For Dummies
JSR107 Come, Code, Cache, Compute!
Embedding GlassFish v3 in Ehcache Server
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Varnish Cache

What's hot (20)

PDF
A memcached implementation in Java
PPTX
Supercharge JavaEE applications using JCache
KEY
Introduction to Varnish VCL
PDF
Introduction to performance tuning perl web applications
PPTX
Nagios Conference 2014 - Jeff Mendoza - Monitoring Microsoft Azure with Nagios
PPT
Roy foubister (hosting high traffic sites on a tight budget)
PDF
Frontend Track NodeJS
PDF
Next Generation DevOps in Drupal: DrupalCamp London 2014
PPTX
Silverstripe at scale - design & architecture for silverstripe applications
PDF
WordPress Performance & Scalability
PDF
Scaling WordPress
PDF
Scaling WordPress
ODP
Caching technology comparison
PDF
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
PPTX
Caching In Java- Best Practises and Pitfalls
PDF
Barcelona mysqlnd qc
PPT
Caching for J2ee Enterprise Applications
PPT
Caching Data For Performance
PPT
Drupal Performance - SerBenfiquista.com Case Study
PPTX
Caching in asp.net mvc
A memcached implementation in Java
Supercharge JavaEE applications using JCache
Introduction to Varnish VCL
Introduction to performance tuning perl web applications
Nagios Conference 2014 - Jeff Mendoza - Monitoring Microsoft Azure with Nagios
Roy foubister (hosting high traffic sites on a tight budget)
Frontend Track NodeJS
Next Generation DevOps in Drupal: DrupalCamp London 2014
Silverstripe at scale - design & architecture for silverstripe applications
WordPress Performance & Scalability
Scaling WordPress
Scaling WordPress
Caching technology comparison
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
Caching In Java- Best Practises and Pitfalls
Barcelona mysqlnd qc
Caching for J2ee Enterprise Applications
Caching Data For Performance
Drupal Performance - SerBenfiquista.com Case Study
Caching in asp.net mvc
Ad

Similar to Http caching 101 and a bit of CacheCow (20)

PPTX
Mini-Training: To cache or not to cache
PPTX
cache concepts and varnish-cache
PPTX
AppFabric Velocity
PDF
Advanced caching techniques with ehcache, big memory, terracotta, and coldfusion
PDF
Caching with Memcached and APC
ZIP
CHI-YAPC-2009
PDF
Caching/Expiring in Rails
PDF
Rails Caching: Secrets From the Edge
PDF
Rails Caching Secrets from the Edge
PPTX
Accelerating Rails with edge caching
KEY
Introduction to memcached
PDF
Where Django Caching Bust at the Seams
PDF
Give Your Site a Boost with Memcache
PDF
Building low latency java applications with ehcache
PPTX
[Hanoi-August 13] Tech Talk on Caching Solutions
PPTX
Jug Lugano - Scale over the limits
PDF
Developing High Performance and Scalable ColdFusion Application Using Terraco...
PDF
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
PPT
Four Ways to Improve ASP .NET Performance and Scalability
PDF
[Devconf.cz][2017] Understanding OpenShift Security Context Constraints
Mini-Training: To cache or not to cache
cache concepts and varnish-cache
AppFabric Velocity
Advanced caching techniques with ehcache, big memory, terracotta, and coldfusion
Caching with Memcached and APC
CHI-YAPC-2009
Caching/Expiring in Rails
Rails Caching: Secrets From the Edge
Rails Caching Secrets from the Edge
Accelerating Rails with edge caching
Introduction to memcached
Where Django Caching Bust at the Seams
Give Your Site a Boost with Memcache
Building low latency java applications with ehcache
[Hanoi-August 13] Tech Talk on Caching Solutions
Jug Lugano - Scale over the limits
Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Four Ways to Improve ASP .NET Performance and Scalability
[Devconf.cz][2017] Understanding OpenShift Security Context Constraints
Ad

More from Ali Kheyrollahi (19)

PDF
Autonomous agents with deep reinforcement learning - Oredev 2018
PDF
Buildstuff - what do you need to know about RPC comeback
PDF
Deep learning for developers - oredev
PDF
Microservice Architecture at ASOS - DevSum 2017
PDF
5 must have patterns for your microservice - techorama
PDF
Real time monitoring-alerting: storing 2Tb of logs a day in Elasticsearch
PDF
5 must-have patterns for your microservice - buildstuff
PDF
From Power Chord to the Power of Models - Oredev
PDF
From Hard Science to Baseless Opinions - Oredev
PDF
5 must have patterns for your microservice
PDF
From hard science to baseless opinions
PDF
Microservice architecture at ASOS
PDF
Us Elections 2016 - Iran Elections 2005
PDF
5 Anti-Patterns in Api Design - NDC London 2016
PDF
From power chords to the power of models
PDF
5 Anti-Patterns in Api Design - buildstuff
PDF
5 Anti-Patterns in API Design - DDD East Anglia 2015
PDF
5 Anti-Patterns in API Design
PDF
Topic Modelling and APIs
Autonomous agents with deep reinforcement learning - Oredev 2018
Buildstuff - what do you need to know about RPC comeback
Deep learning for developers - oredev
Microservice Architecture at ASOS - DevSum 2017
5 must have patterns for your microservice - techorama
Real time monitoring-alerting: storing 2Tb of logs a day in Elasticsearch
5 must-have patterns for your microservice - buildstuff
From Power Chord to the Power of Models - Oredev
From Hard Science to Baseless Opinions - Oredev
5 must have patterns for your microservice
From hard science to baseless opinions
Microservice architecture at ASOS
Us Elections 2016 - Iran Elections 2005
5 Anti-Patterns in Api Design - NDC London 2016
From power chords to the power of models
5 Anti-Patterns in Api Design - buildstuff
5 Anti-Patterns in API Design - DDD East Anglia 2015
5 Anti-Patterns in API Design
Topic Modelling and APIs

Recently uploaded (20)

PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Digital Strategies for Manufacturing Companies
PDF
Nekopoi APK 2025 free lastest update
PDF
top salesforce developer skills in 2025.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
AI in Product Development-omnex systems
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
medical staffing services at VALiNTRY
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
How to Migrate SBCGlobal Email to Yahoo Easily
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Digital Strategies for Manufacturing Companies
Nekopoi APK 2025 free lastest update
top salesforce developer skills in 2025.pdf
Softaken Excel to vCard Converter Software.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Design an Analysis of Algorithms I-SECS-1021-03
AI in Product Development-omnex systems
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Navsoft: AI-Powered Business Solutions & Custom Software Development
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
Which alternative to Crystal Reports is best for small or large businesses.pdf
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
medical staffing services at VALiNTRY

Http caching 101 and a bit of CacheCow