8 lines
133 B
C#
8 lines
133 B
C#
namespace Umbraco.Core.Configuration
|
|
{
|
|
public interface INuCacheSettings
|
|
{
|
|
string BTreeBlockSize { get; }
|
|
}
|
|
}
|