You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.