Skip to content

Commit

Permalink
New Todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kallen committed Jan 8, 2009
1 parent c452012 commit 70ec008
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions TODO
@@ -1,17 +1,13 @@
ResponseWrapper
copy(response: ServletHttpResponse)

CacheEntry:
Implement isCachable
Implement validation schemes:
last-modified
etag

Validation Servlet
Load Balancer Servlet
Cache Proxy Servlet Filter
ResponseWrapper Implement copy(response: ServletHttpResponse)
CacheEntry Implement isCachable
Locking
Grace Period
Vary
Vary by cookie

Implement validation schemes:
last-modified
etag

Strategy is injected into CacheProxy:
- compute cacheable request?
Expand All @@ -24,4 +20,6 @@ Strategy is injected into CacheProxy:
- transform on hit (before sending to user)
- transform on miss (before going to backend)
- transform on fetch (transform before store)
- transform on deliver (before sending to user)
- transform on deliver (before sending to user)

Validation Servlet

0 comments on commit 70ec008

Please sign in to comment.