forked from ddrilling/AsbCloudServer
4 lines
114 B
C#
4 lines
114 B
C#
|
namespace AsbCloudInfrastructure.Services.Cache
|
|||
|
{
|
|||
|
public enum RefreshMode { None, IfResultEmpty, Force, }
|
|||
|
}
|