我安装了Membase,并建立了一个新的超标桶。 在这种环境中,我选择为简便起见建立一个有1111个港口的专用港口。
在我的网站上,我有:
<configSections>
<section name="memcache" type="NHibernate.Caches.MemCache.MemCacheSectionHandler, NHibernate.Caches.MemCache" requirePermission="false" />
...
</configSections>
<memcache>
<memcached host="127.0.0.1" port="1111" />
</memcache>
在我的“自由”专栏中:
<property name="cache.use_query_cache" >true</property>
<property name="cache.use_second_level_cache">true</property>
<property name="cache.provider_class">NHibernate.Caches.MemCache.MemCacheProvider, NHibernate.Caches.MemCache</property>
在我的每一个国家自由阶层的测绘中,我都处于阶级后的最高位置:
<cache usage="nonstrict-read-write" />
在我处理此事时,我提出的问题比我使用西切斯的情况要慢得多。 是否有看错的东西? 我在建立这样的新局面上是相当新的。
事先得到任何援助。