提交 1854e4f7 编写于 作者: JasonWcx's avatar JasonWcx

计划设计一个缓存池

上级 c842b95c
......@@ -6,7 +6,7 @@ namespace Mozi.HttpEmbedded.Encode
class HtmlEncoder
{
/// <summary>
/// HTML字符串转普通字符串
/// HTML实体字符串转普通字符串
/// </summary>
/// <param name="data"></param>
/// <returns></returns>
......

namespace Mozi.HttpEmbedded.Memory
{
//TODO 构建一个缓存池,解决内存泄漏的问题
/// <summary>
/// 缓存池
/// </summary>
class BufferPool
{
}
}
......@@ -66,6 +66,7 @@
<Compile Include="Attributes\BasicApiAttribute.cs" />
<Compile Include="Attributes\HttpMethodAttribute.cs" />
<Compile Include="Attributes\ResponseContentTypeAttribute.cs" />
<Compile Include="Memory\BufferPool.cs" />
<Compile Include="Middleware\IMiddleware.cs" />
<Compile Include="Template\Expression.cs" />
<Compile Include="Template\Statement.cs" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册