现在我们在webrole设置里启用了Caching (预览)。 Now we had enabled the Caching (Preview) in our web role settings. 在这里我们可以在一个role上启用和配置Caching (预览)。 This is where we enable and configure the Caching (Preview) on a role. 并且Caching (预览)还支持Memcached协议。 And the Caching (Preview) also support the Memcached protocol as well. 但是如果你想要一个快速、就近分布的cache,Caching (预览)是更好的选择。 But if you only need a fast, near distributed cache , then you would better use Caching(Preview). Caching (预览)可以被使用在当地模拟器上,所以我们按F5就行了。The Caching (Preview) can be used on the local emulator so we just F5. 正如上面所提到的,Caching (预览)能够被同一云计算服务里的所有其它role所使用。 As I mentioned, the Caching (Preview) can be consumed by all other roles within the same cloud service. Caching (预览)只能被同一云计算服务的role所使用。The Caching (Preview) can only be consumed by the roles in the same cloud services. 如果你一直在使用SharedCaching 你应该知道它由很多cache服务器构成。 If you had been using the Shared Caching you should know that it is constructed by a bunch of cache servers. 在一个windowsazureproject里我们可以拥有不止一个role启用Caching (预览)。 And in a windows azure project we can have more than one role have the Caching (Preview) enabled. 如果您已经配置了Longtermcaching ,那么在第二个toaster调用时就无需再次下载。 If you have configured long term caching , then on the second toaster call it won't have to download it again. Longtermcaching 是指告知浏览器长时间缓存一个文件,比如3个月甚至1年。 Long term caching is the process of telling the browser to cache a file for a long time, like 3 months or even 1 year. 中南部的SQLAzure、ServiceBus、Caching 和AccessControl对新客户仍然可用。 SQL Azure, Service Bus, Caching , and Access Control remain available in South Central to new customers. 这意味着如果你有一个基于Memcached的应用程序,你可以不用改变任何代码即可使用Caching (预览)。 This means if you have an application based on Memcached, you can use Caching (Preview) without any code changes. 如果使用SharedCaching 我们需要为cache服务付费但同时浪费了一些本地的内存和CPU。 If using Shared Caching we have to pay for the cache service while waste of some of our memory and CPU locally. 由于上述问题,微软为我们提供了一个新的caching模式,即Caching (预览)。 Since the issues above Microsoft offered a new caching mode over to us, which is the Caching (Preview). 但是Caching (预览)提供高可用性,这意味着你可以指定命名的cache是否自动备份。 But Caching (Preview) provides high availability, which means you can specify if the named cache will be backup automatically. 作为一个in-memory分布式caching解决方案,Caching (预览)有一些极好的特性。 As a in-memory distributed caching solution, the Caching (Preview) has some fancy features I would like to highlight here. 即使在SharedCaching 系统中有一些caches,但从云服务到cache服务还是需要一定时间的。 Even though there are some caches in the Shared Caching system it also takes time from your cloud services to the cache service. 为了系统优化,许多FTLalgorithms,例如Caching 和Blockallocation需要用户的I/Oaccesspattern。 In order to optimize performance, many FTL algorithms such as caching and block allocation need a user's I/O access pattern. 要了解NGINX中关于缓存的更多信息,可以看看参考文档和NGINXPlusAdminGuide中的NGINXContentCaching 。 For more information on caching with NGINX, see the reference documentation and NGINX Content Caching in the NGINX Plus Admin Guide. 并且原先的WindowsAzureAppFabricCaching 被重新命名为WindowsAzureSharedCaching 。 And the original Windows Azure AppFabric Caching was renamed to Windows Azure Shared Caching . 因为之前我们只启用了该webrole的Caching (预览)所以我将当前的role名复制到配置中了。 Since we only have this web role with the Caching (Preview) enabled so I pasted the current role name in the configuration. Caching Service,即缓存服务,提供简单的键值对存储和读取服务,它可以让数据的存储和读取的时间复杂度接近于O(1)。Caching Service A caching service provides a simple key/value data store that makes it possible to save and lookup information in close to O(1) time.在2012年6月的更新版本中,cache团队宣布了WindowsAzure上一个新的caching解决方案,被称作WindowsAzureCaching (预览)。 In this June 2012 update, the cache team announce a grand new caching solution on Windows Azure, which is called Windows Azure Caching (Preview). 通过保存动态内容,Django的caching framework为性能提升提供了非常重要的机会,因此不需要为每个请求计算它。 Django's caching framework offers very significant opportunities for performance gains, by saving dynamic content so that it doesn't need to be calculated for each request. 为更好地处理经常看到有限数量不同类型的调用点,一些语言运行时采用称为多态内联缓存(polymorphicinlinecaching )的技术。 To better deal with call sites that frequently see a limited number of different types, some language runtimes employ a technique called polymorphic inline caching . Tcp超文本传输协议替代端口(http_alt)-commonlyusedfor代理服务器andcaching (英语:caching)server,orforrunningawebserverasanon-Rootuser官方. TCP HTTP alternate(http_alt)-commonly used for Web proxy and caching server, or for running a Web server as a non-root user. 第二层,是动态语言运行时(DynamicLanguageRuntime-DLR)自身,由三个核心组件组成:表达式树(ExpressionTrees),动态分配(DynamicDispatch),和调用点缓存(CallSiteCaching )。 The second layer is the Dynamic Language Runtime itself, which consists of three core components: Expression Trees, Dynamic Dispatch, and Call Site Caching . 除了高可用性,Caching (预览)比WindowsAzureSharedCaching 支持WindowsServerAppFabricCaching 引进的更多特性。 Besides the high availability, the Caching (Preview) support more features introduced in Windows Server AppFabric Caching than the Windows Azure Shared Caching . 从MVC,DAO/ActiveRecord,widgets,caching ,等级式RBAC,Web服务,到主题化,I18N和L10N,Yii提供了今日Web2.0应用开发所需要的几乎一切功能。 From MVC, DAO/ActiveRecord, widgets, caching , hierarchical RBAC, Web services, to theming, I18N and L10N, Yii provides nearly every feature needed by today's Web 2.0 application development.
Display more examples
Results: 58 ,
Time: 0.0191