仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
Desktop.Scatl.V4.2
Desktop.Scatl.V4.2
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
BLL Product
ningshuxia
2023-02-06
1fc0b4ed96d4c4b1ff7142926239998de32b2ada
[IStation/Desktop.Scatl.V4.2.git]
/
Component
/
IStation.MemoryCache
/
Cache
/
SharedMemoryCache_Name.cs
1
2
3
4
5
6
7
8
9
10
namespace IStation
{
internal sealed partial class SharedMemoryCache
{
/// <summary>
/// The unique name of this memory cache
/// </summary>
public string Name => this._memoryCache.Name;
}
}