啤酒屋研究(回应cygoodyu 朋友的问题)
cygoodyu :您的问题是主页不显示最新的信息~,-- 你说的问题我也出现过~~但不知道是否和你一样~~最好你检查下逻辑层的Cache~~TheBeerHouse会缓存数据的
比如下面这个接点~~会有墨认数据啊啊~~,剩下的我就不清楚了~~单位电脑没编成工具~~回家我帮你查查哦
/**//// <summary>
/// 默认的换冲对象
/// </summary>
[ConfigurationProperty("defaultCacheDuration", DefaultValue = "600")]
public int DefaultCacheDuration
{
get { return (int)base["defaultCacheDuration"]; }
set { base["defaultCacheDuration"] = value; }
}
/// 默认的换冲对象
/// </summary>
[ConfigurationProperty("defaultCacheDuration", DefaultValue = "600")]
public int DefaultCacheDuration
{
get { return (int)base["defaultCacheDuration"]; }
set { base["defaultCacheDuration"] = value; }
}