TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Merb's radical (but very cool) new caching mechanism

20 点作者 pius超过 16 年前

3 条评论

frankus超过 16 年前
This is maybe a pretty half-baked idea, but could a language that supports partial evaluation replace a pretty significant chunk of most web app caching systems?<p>I guess the tricky part is that side effects (e.g. another process modifying the database) are pretty much unavoidable with current architecture.
评论 #299210 未加载
jrockway超过 16 年前
Why is this considered "radical"?
trezor超过 16 年前
Except for it's architecture, which seems slightly more pluggable than the ASP.NET's, this seems pretty much exactly the same as the ASP.NET's caching layer. Not to mention ASP.NET supports automaticly invalidating cache-dependencies.<p>Making this pluggable to support both ASP.NET and memcached, would be a simple matter of writing a wrapper class and defining a simple interface. Should be done in about 30 minutes with minimal loss in features.<p>This has been around since at least 2002. So I'd hardly say there is anything <i>radical</i> about this.