U4-9322 - cont. implementing scoped xml cache
This commit is contained in:
9
src/Umbraco.Core/Scoping/ActionTime.cs
Normal file
9
src/Umbraco.Core/Scoping/ActionTime.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Umbraco.Core.Scoping
|
||||
{
|
||||
public enum ActionTime
|
||||
{
|
||||
BeforeCommit,
|
||||
BeforeEvent,
|
||||
BeforeDispose
|
||||
}
|
||||
}
|
||||
@@ -368,11 +368,4 @@ namespace Umbraco.Core.Scoping
|
||||
return enlistedOfT.Item;
|
||||
}
|
||||
}
|
||||
|
||||
public enum ActionTime
|
||||
{
|
||||
BeforeCommit,
|
||||
BeforeEvent,
|
||||
BeforeDispose
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,6 +510,7 @@
|
||||
<Compile Include="Publishing\UnPublishedStatusType.cs" />
|
||||
<Compile Include="Publishing\UnPublishStatus.cs" />
|
||||
<Compile Include="SafeCallContext.cs" />
|
||||
<Compile Include="Scoping\ActionTime.cs" />
|
||||
<Compile Include="Scoping\IScope.cs" />
|
||||
<Compile Include="Scoping\IScopeProvider.cs" />
|
||||
<Compile Include="Scoping\IScopeProviderInternal.cs" />
|
||||
|
||||
Reference in New Issue
Block a user