File tree Expand file tree Collapse file tree 8 files changed +41
-15
lines changed
EasyCaching.Interceptor.AspectCore
EasyCaching.Interceptor.Castle Expand file tree Collapse file tree 8 files changed +41
-15
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.2 </Version >
7
+ <Version >0.1.3 </Version >
8
8
<Description >
9
9
EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.2
18
+ v0.1.3
19
+ 1. RemoveByPrefix(Async).
20
+ 2. DefaultEasyCachingKeyGenerator add GetCacheKeyPrefix method.
21
+
22
+ v0.1.2
19
23
1. Support HybridCaching Probider.
20
24
2. Add KeyGenerator.
21
25
3. Introduct Able , Put And Evict Attribute.
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.0 </Version >
7
+ <Version >0.1.1 </Version >
8
8
<Description >
9
9
EasyCaching.HybridCache combines local caching and distributed caching.
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
+ v0.1.1
19
+ 1. RemoveByPrefix(Async).
20
+
18
21
v0.1.0
19
22
1. Init.
20
23
</PackageReleaseNotes >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.2 </Version >
7
+ <Version >0.1.3 </Version >
8
8
<Description >
9
9
In-memory cache based on EasyCaching.Core and Microsoft.Extensions.Caching.Memory
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.2
18
+ v0.1.3
19
+ 1. RemoveByPrefix(Async).
20
+
21
+ v0.1.2
19
22
1. Support HybridCaching Probider.
20
23
2. Introduce Refresh(Async) method to handle cached value.
21
24
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.1 </Version >
7
+ <Version >0.1.2 </Version >
8
8
<Description >
9
9
Caching Interceptor based on EasyCaching.Core and AspectCore
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.1
18
+ v0.1.2
19
+ 1. Enable IsAll when using Evict.
20
+
21
+ v0.1.1
19
22
1. Get caching with data retriever => without data retriever .
20
23
2. Caching Handle with async method.
21
24
3. Introduct Able , Put And Evict.
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.1 </Version >
7
+ <Version >0.1.2 </Version >
8
8
<Description >
9
9
Caching Interceptor based on EasyCaching.Core and Castle
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.1
18
+ v0.1.2
19
+ 1. Enable IsAll when using Evict.
20
+
21
+ v0.1.1
19
22
1. Get caching with data retriever => without data retriever .
20
23
2. Introduct Able , Put And Evict.
21
24
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.2 </Version >
7
+ <Version >0.1.3 </Version >
8
8
<Description >
9
9
EasyCaching.Memcached based on EasyCaching.Core and EnyimMemcachedCore
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.2
18
+ v0.1.3
19
+ 1. RemoveByPrefix(Async).
20
+ 2. Handle limitation of cachekey.
21
+
22
+ v0.1.2
19
23
1. Support HybridCaching Probider.
20
24
2. Introduce Refresh(Async) method to handle cached value.
21
25
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.2 </Version >
7
+ <Version >0.1.3 </Version >
8
8
<Description >
9
9
EasyCaching.Redis based on EasyCaching.Core and StackExchange.Redis
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.2
18
+ v0.1.3
19
+ 1. RemoveByPrefix(Async).
20
+
21
+ v0.1.2
19
22
1. Support HybridCaching Probider.
20
23
2. Introduce Refresh(Async) method to handle cached value.
21
24
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Owners >Catcher Wong</Owners >
6
6
<Authors >Catcher Wong</Authors >
7
- <Version >0.1.2 </Version >
7
+ <Version >0.1.3 </Version >
8
8
<Description >
9
9
EasyCaching.SQLite based on EasyCaching.Core and Microsoft.Data.SQLite
10
10
</Description >
15
15
<ProjectUrl >https://github.com/catcherwong/EasyCaching</ProjectUrl >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl >
17
17
<PackageReleaseNotes >
18
- v0.1.2
18
+ v0.1.3
19
+ 1. RemoveByPrefix(Async).
20
+
21
+ v0.1.2
19
22
1. Support HybridCaching Probider.
20
23
2. Introduce Refresh(Async) method to handle cached value.
21
24
You can’t perform that action at this time.
0 commit comments