pages

7 views
Skip to first unread message

Taylor

unread,
Mar 19, 2009, 12:43:36 PM3/19/09
to BigCache
This is a good idea...seems like it's going to be possible to create
websites with a super simple server + s3.

You may consider creating an abstraction on the java site (L1) that
places objects into S3 as pages, with an index, that only pulls in the
index as needed.

That way you get memory cache of some size + infinite size.

Travis Reeder

unread,
Mar 24, 2009, 11:06:21 PM3/24/09
to BigCache
This is exactly how we use it. A double layer cache. If you can't find
it in the memory cache, check BigCache. If it's not there, hit the
database or do what you need to do to get it and then put it into the
cache.

Travis
Reply all
Reply to author
Forward
0 new messages