Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 566627d

Browse files
author
Praburaj
committed
Rename to Microsoft.Framework.Caching.*
Fixes: #45
1 parent 9b6612b commit 566627d

File tree

67 files changed

+77
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+77
-77
lines changed

Caching.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.22604.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Memory", "src\Microsoft.Framework.Cache.Memory\Microsoft.Framework.Cache.Memory.xproj", "{966D16D8-5D4E-4433-9DA7-F53EE44B7EE7}"
6+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Memory", "src\Microsoft.Framework.Caching.Memory\Microsoft.Framework.Caching.Memory.xproj", "{966D16D8-5D4E-4433-9DA7-F53EE44B7EE7}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5A04042D-438D-407B-B239-0CAD6A2BD8C2}"
99
EndProject
@@ -13,28 +13,28 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MemoryCacheSample", "sample
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2E14F082-1A04-4E7C-9162-1675119F9A9E}"
1515
EndProject
16-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Memory.Tests", "test\Microsoft.Framework.Cache.Memory.Tests\Microsoft.Framework.Cache.Memory.Tests.xproj", "{1C24C0CE-84B6-4D6C-B484-32741D704FD8}"
16+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Memory.Tests", "test\Microsoft.Framework.Caching.Memory.Tests\Microsoft.Framework.Caching.Memory.Tests.xproj", "{1C24C0CE-84B6-4D6C-B484-32741D704FD8}"
1717
EndProject
1818
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MemoryCacheConcurencySample", "samples\MemoryCacheConcurencySample\MemoryCacheConcurencySample.xproj", "{FF7C7587-BBCA-4574-95AE-101A6FF63B8F}"
1919
EndProject
20-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Distributed", "src\Microsoft.Framework.Cache.Distributed\Microsoft.Framework.Cache.Distributed.xproj", "{74F4C074-93DD-4F7D-91CA-0F8DDC2BC6A1}"
20+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Distributed", "src\Microsoft.Framework.Caching.Distributed\Microsoft.Framework.Caching.Distributed.xproj", "{74F4C074-93DD-4F7D-91CA-0F8DDC2BC6A1}"
2121
EndProject
22-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Distributed.Tests", "test\Microsoft.Framework.Cache.Distributed.Tests\Microsoft.Framework.Cache.Distributed.Tests.xproj", "{C5A8A2C1-588D-4A1A-BB1D-B33B6DD89797}"
22+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Distributed.Tests", "test\Microsoft.Framework.Caching.Distributed.Tests\Microsoft.Framework.Caching.Distributed.Tests.xproj", "{C5A8A2C1-588D-4A1A-BB1D-B33B6DD89797}"
2323
EndProject
2424
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ProfilingSample", "samples\ProfilingSample\ProfilingSample.xproj", "{FD9FD44E-50D7-4121-9DAB-87A88191CE9F}"
2525
EndProject
26-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Redis", "src\Microsoft.Framework.Cache.Redis\Microsoft.Framework.Cache.Redis.xproj", "{02E23070-947C-4438-8E50-CC2456D237BA}"
26+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Redis", "src\Microsoft.Framework.Caching.Redis\Microsoft.Framework.Caching.Redis.xproj", "{02E23070-947C-4438-8E50-CC2456D237BA}"
2727
EndProject
2828
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "RedisCacheSample", "samples\RedisCacheSample\RedisCacheSample.xproj", "{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57}"
2929
EndProject
30-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Redis.Tests", "test\Microsoft.Framework.Cache.Redis.Tests\Microsoft.Framework.Cache.Redis.Tests.xproj", "{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}"
30+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Redis.Tests", "test\Microsoft.Framework.Caching.Redis.Tests\Microsoft.Framework.Caching.Redis.Tests.xproj", "{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}"
3131
EndProject
3232
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB1086CF-F5C8-4B81-A685-C355F1BA9B97}"
3333
ProjectSection(SolutionItems) = preProject
3434
global.json = global.json
3535
EndProjectSection
3636
EndProject
37-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Cache.Interfaces", "src\Microsoft.Framework.Cache.Interfaces\Microsoft.Framework.Cache.Interfaces.xproj", "{60AAD8D1-33A3-4943-A4AF-C8A5BA418BC6}"
37+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.Caching.Interfaces", "src\Microsoft.Framework.Caching.Interfaces\Microsoft.Framework.Caching.Interfaces.xproj", "{60AAD8D1-33A3-4943-A4AF-C8A5BA418BC6}"
3838
EndProject
3939
Global
4040
GlobalSection(SolutionConfigurationPlatforms) = preSolution

samples/MemoryCacheConcurencySample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Threading;
33
using System.Threading.Tasks;
4-
using Microsoft.Framework.Cache.Memory;
4+
using Microsoft.Framework.Caching.Memory;
55

66
namespace MemoryCacheSample
77
{

samples/MemoryCacheConcurencySample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.Framework.Cache.Memory": "1.0.0-*"
3+
"Microsoft.Framework.Caching.Memory": "1.0.0-*"
44
},
55
"frameworks": {
66
"dnx451": { },

samples/MemoryCacheSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.Threading;
3-
using Microsoft.Framework.Cache.Memory;
3+
using Microsoft.Framework.Caching.Memory;
44

55
namespace MemoryCacheSample
66
{

samples/MemoryCacheSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.Framework.Cache.Memory": "1.0.0-*"
3+
"Microsoft.Framework.Caching.Memory": "1.0.0-*"
44
},
55
"frameworks": {
66
"dnx451": { },

samples/ProfilingSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
4-
using Microsoft.Framework.Cache.Memory;
4+
using Microsoft.Framework.Caching.Memory;
55

66
namespace ProfilingSample
77
{

samples/ProfilingSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.Framework.Cache.Memory": "1.0.0-*"
3+
"Microsoft.Framework.Caching.Memory": "1.0.0-*"
44
},
55
"frameworks": {
66
"dnx451": { },

samples/RedisCacheSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.IO;
3-
using Microsoft.Framework.Cache.Redis;
3+
using Microsoft.Framework.Caching.Redis;
44

55
namespace RedisCacheSample
66
{

samples/RedisCacheSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.Framework.Cache.Redis": "1.0.0-*"
3+
"Microsoft.Framework.Caching.Redis": "1.0.0-*"
44
},
55
"frameworks" : {
66
"dnx451" : { },

src/Microsoft.Framework.Cache.Distributed/CacheExtensions.cs renamed to src/Microsoft.Framework.Caching.Distributed/CacheExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.IO;
66

7-
namespace Microsoft.Framework.Cache.Distributed
7+
namespace Microsoft.Framework.Caching.Distributed
88
{
99
public static class CacheExtensions
1010
{

src/Microsoft.Framework.Cache.Distributed/CachingServicesExtensions.cs renamed to src/Microsoft.Framework.Caching.Distributed/CachingServicesExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using Microsoft.Framework.Cache.Distributed;
5-
using Microsoft.Framework.Cache.Memory;
4+
using Microsoft.Framework.Caching.Distributed;
5+
using Microsoft.Framework.Caching.Memory;
66

77
namespace Microsoft.Framework.DependencyInjection
88
{

src/Microsoft.Framework.Cache.Distributed/ICacheContext.cs renamed to src/Microsoft.Framework.Caching.Distributed/ICacheContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.IO;
66

7-
namespace Microsoft.Framework.Cache.Distributed
7+
namespace Microsoft.Framework.Caching.Distributed
88
{
99
public interface ICacheContext
1010
{

src/Microsoft.Framework.Cache.Distributed/IDistributedCache.cs renamed to src/Microsoft.Framework.Caching.Distributed/IDistributedCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.IO;
66

7-
namespace Microsoft.Framework.Cache.Distributed
7+
namespace Microsoft.Framework.Caching.Distributed
88
{
99
public interface IDistributedCache
1010
{

src/Microsoft.Framework.Cache.Distributed/LocalCache.cs renamed to src/Microsoft.Framework.Caching.Distributed/LocalCache.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using System;
55
using System.IO;
6-
using Microsoft.Framework.Cache.Memory;
6+
using Microsoft.Framework.Caching.Memory;
77

8-
namespace Microsoft.Framework.Cache.Distributed
8+
namespace Microsoft.Framework.Caching.Distributed
99
{
1010
public class LocalCache : IDistributedCache
1111
{

src/Microsoft.Framework.Cache.Distributed/LocalContextWrapper.cs renamed to src/Microsoft.Framework.Caching.Distributed/LocalContextWrapper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using System;
55
using System.IO;
6-
using Microsoft.Framework.Cache.Memory;
6+
using Microsoft.Framework.Caching.Memory;
77

8-
namespace Microsoft.Framework.Cache.Distributed
8+
namespace Microsoft.Framework.Caching.Distributed
99
{
1010
internal class LocalContextWrapper : ICacheContext
1111
{

src/Microsoft.Framework.Cache.Distributed/NotNullAttribute.cs renamed to src/Microsoft.Framework.Caching.Distributed/NotNullAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55

6-
namespace Microsoft.Framework.Cache.Distributed
6+
namespace Microsoft.Framework.Caching.Distributed
77
{
88
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
99
internal sealed class NotNullAttribute : Attribute

src/Microsoft.Framework.Cache.Distributed/project.json renamed to src/Microsoft.Framework.Caching.Distributed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 distributed cache abstractions.",
44
"dependencies": {
5-
"Microsoft.Framework.Cache.Memory": "1.0.0-*"
5+
"Microsoft.Framework.Caching.Memory": "1.0.0-*"
66
},
77
"frameworks": {
88
"dnx451": { },

src/Microsoft.Framework.Cache.Interfaces/CachePreservationPriority.cs renamed to src/Microsoft.Framework.Caching.Interfaces/CachePreservationPriority.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.Framework.Cache.Memory
4+
namespace Microsoft.Framework.Caching.Memory
55
{
66
// TODO: Granularity?
77
/// <summary>

src/Microsoft.Framework.Cache.Interfaces/EvictionReason.cs renamed to src/Microsoft.Framework.Caching.Interfaces/EvictionReason.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.Framework.Cache.Memory
4+
namespace Microsoft.Framework.Caching.Memory
55
{
66
public enum EvictionReason
77
{

src/Microsoft.Framework.Cache.Interfaces/ICacheSetContext.cs renamed to src/Microsoft.Framework.Caching.Interfaces/ICacheSetContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using Microsoft.Framework.Expiration.Interfaces;
66

7-
namespace Microsoft.Framework.Cache.Memory
7+
namespace Microsoft.Framework.Caching.Memory
88
{
99
public interface ICacheSetContext
1010
{

src/Microsoft.Framework.Cache.Interfaces/IEntryLink.cs renamed to src/Microsoft.Framework.Caching.Interfaces/IEntryLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections.Generic;
66
using Microsoft.Framework.Expiration.Interfaces;
77

8-
namespace Microsoft.Framework.Cache.Memory
8+
namespace Microsoft.Framework.Caching.Memory
99
{
1010
/// <summary>
1111
/// Used to flow expiration information from one entry to another. Triggers and minimum absolute expiration will

src/Microsoft.Framework.Cache.Interfaces/IMemoryCache.cs renamed to src/Microsoft.Framework.Caching.Interfaces/IMemoryCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55

6-
namespace Microsoft.Framework.Cache.Memory
6+
namespace Microsoft.Framework.Caching.Memory
77
{
88
public interface IMemoryCache : IDisposable
99
{

src/Microsoft.Framework.Cache.Memory/CacheEntry.cs renamed to src/Microsoft.Framework.Caching.Memory/CacheEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections.Generic;
66
using System.Threading;
77

8-
namespace Microsoft.Framework.Cache.Memory
8+
namespace Microsoft.Framework.Caching.Memory
99
{
1010
using EvictionCallback = Action<string, object, EvictionReason, object>;
1111

src/Microsoft.Framework.Cache.Memory/CacheExtensions.cs renamed to src/Microsoft.Framework.Caching.Memory/CacheExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55

6-
namespace Microsoft.Framework.Cache.Memory
6+
namespace Microsoft.Framework.Caching.Memory
77
{
88
public static class CacheExtensions
99
{

src/Microsoft.Framework.Cache.Memory/CacheSetContext.cs renamed to src/Microsoft.Framework.Caching.Memory/CacheSetContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections.Generic;
66
using Microsoft.Framework.Expiration.Interfaces;
77

8-
namespace Microsoft.Framework.Cache.Memory
8+
namespace Microsoft.Framework.Caching.Memory
99
{
1010
using EvictionCallback = Action<string, object, EvictionReason, object>;
1111

src/Microsoft.Framework.Cache.Memory/CancellationTokenTrigger.cs renamed to src/Microsoft.Framework.Caching.Memory/CancellationTokenTrigger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Threading;
66
using Microsoft.Framework.Expiration.Interfaces;
77

8-
namespace Microsoft.Framework.Cache.Memory
8+
namespace Microsoft.Framework.Caching.Memory
99
{
1010
public class CancellationTokenTrigger : IExpirationTrigger
1111
{

src/Microsoft.Framework.Cache.Memory/EntryLink.cs renamed to src/Microsoft.Framework.Caching.Memory/EntryLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections.Generic;
66
using Microsoft.Framework.Expiration.Interfaces;
77

8-
namespace Microsoft.Framework.Cache.Memory
8+
namespace Microsoft.Framework.Caching.Memory
99
{
1010
public class EntryLink : IEntryLink
1111
{

src/Microsoft.Framework.Cache.Memory/EntryLinkHelpers.cs renamed to src/Microsoft.Framework.Caching.Memory/EntryLinkHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Runtime.Remoting.Messaging;
1010
#endif
1111

12-
namespace Microsoft.Framework.Cache.Memory
12+
namespace Microsoft.Framework.Caching.Memory
1313
{
1414
public static class EntryLinkHelpers
1515
{

src/Microsoft.Framework.Cache.Memory/Infrastructure/GcNotification.cs renamed to src/Microsoft.Framework.Caching.Memory/Infrastructure/GcNotification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55

6-
namespace Microsoft.Framework.Cache.Memory.Infrastructure
6+
namespace Microsoft.Framework.Caching.Memory.Infrastructure
77
{
88
/// <summary>
99
/// Registers a callback that fires each time a Gen2 garbage collection occurs,

src/Microsoft.Framework.Cache.Memory/Infrastructure/ISystemClock.cs renamed to src/Microsoft.Framework.Caching.Memory/Infrastructure/ISystemClock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
using System;
66

7-
namespace Microsoft.Framework.Cache.Memory.Infrastructure
7+
namespace Microsoft.Framework.Caching.Memory.Infrastructure
88
{
99
/// <summary>
1010
/// Abstracts the system clock to facilitate testing.

src/Microsoft.Framework.Cache.Memory/Infrastructure/SystemClock.cs renamed to src/Microsoft.Framework.Caching.Memory/Infrastructure/SystemClock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
using System;
66

7-
namespace Microsoft.Framework.Cache.Memory.Infrastructure
7+
namespace Microsoft.Framework.Caching.Memory.Infrastructure
88
{
99
/// <summary>
1010
/// Provides access to the normal system clock.

src/Microsoft.Framework.Cache.Memory/MemoryCache.cs renamed to src/Microsoft.Framework.Caching.Memory/MemoryCache.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
using System.Collections.Generic;
66
using System.Linq;
77
using System.Threading;
8-
using Microsoft.Framework.Cache.Memory.Infrastructure;
8+
using Microsoft.Framework.Caching.Memory.Infrastructure;
99
using Microsoft.Framework.OptionsModel;
1010

11-
namespace Microsoft.Framework.Cache.Memory
11+
namespace Microsoft.Framework.Caching.Memory
1212
{
1313
public class MemoryCache : IMemoryCache
1414
{

src/Microsoft.Framework.Cache.Memory/MemoryCacheOptions.cs renamed to src/Microsoft.Framework.Caching.Memory/MemoryCacheOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using Microsoft.Framework.Cache.Memory.Infrastructure;
5+
using Microsoft.Framework.Caching.Memory.Infrastructure;
66
using Microsoft.Framework.OptionsModel;
77

8-
namespace Microsoft.Framework.Cache.Memory
8+
namespace Microsoft.Framework.Caching.Memory
99
{
1010
public class MemoryCacheOptions : IOptions<MemoryCacheOptions>
1111
{

src/Microsoft.Framework.Cache.Redis/NotNullAttribute.cs renamed to src/Microsoft.Framework.Caching.Memory/NotNullAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55

6-
namespace Microsoft.Framework.Cache.Redis
6+
namespace Microsoft.Framework.Caching.Memory
77
{
88
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
99
internal sealed class NotNullAttribute : Attribute

src/Microsoft.Framework.Cache.Memory/project.json renamed to src/Microsoft.Framework.Caching.Memory/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "ASP.NET 5 in memory cache abstractions and implementation.",
44
"dependencies": {
55
"Microsoft.Framework.OptionsModel": "1.0.0-*",
6-
"Microsoft.Framework.Cache.Interfaces": "1.0.0-*"
6+
"Microsoft.Framework.Caching.Interfaces": "1.0.0-*"
77
},
88
"frameworks": {
99
"net45": { },

src/Microsoft.Framework.Cache.Redis/CacheContext.cs renamed to src/Microsoft.Framework.Caching.Redis/CacheContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
using System;
55
using System.IO;
6-
using Microsoft.Framework.Cache.Distributed;
6+
using Microsoft.Framework.Caching.Distributed;
77
using StackExchange.Redis;
88

9-
namespace Microsoft.Framework.Cache.Redis
9+
namespace Microsoft.Framework.Caching.Redis
1010
{
1111
internal class CacheContext : ICacheContext
1212
{

src/Microsoft.Framework.Cache.Memory/NotNullAttribute.cs renamed to src/Microsoft.Framework.Caching.Redis/NotNullAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55

6-
namespace Microsoft.Framework.Cache.Memory
6+
namespace Microsoft.Framework.Caching.Redis
77
{
88
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
99
internal sealed class NotNullAttribute : Attribute

src/Microsoft.Framework.Cache.Redis/RedisCache.cs renamed to src/Microsoft.Framework.Caching.Redis/RedisCache.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
using System;
55
using System.IO;
6-
using Microsoft.Framework.Cache.Distributed;
6+
using Microsoft.Framework.Caching.Distributed;
77
using Microsoft.Framework.OptionsModel;
88
using StackExchange.Redis;
99

10-
namespace Microsoft.Framework.Cache.Redis
10+
namespace Microsoft.Framework.Caching.Redis
1111
{
1212
public class RedisCache : IDistributedCache
1313
{

0 commit comments

Comments
 (0)