This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
280a7445f41c1bb02c9928c015f75255b2fd480f
Umbraco-CMS
/
src
/
Umbraco.Web
/
Cache
T
History
Stephan
90e6815164
Blueprint fixes
2017-08-02 16:11:54 +02:00
..
ApplicationCacheRefresher.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
ApplicationTreeCacheRefresher.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
CacheRefresherEventHandler.cs
Blueprint fixes
2017-08-02 16:11:54 +02:00
ContentTypeCacheRefresher.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
DataTypeCacheRefresher.cs
Merge branch 'dev-v7.7' into user-group-permissions
2017-07-18 13:31:04 +10:00
DictionaryCacheRefresher.cs
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00
DistributedCache.cs
Merge branch 'u4-8632b' of
https://github.com/AndyButland/Umbraco-CMS
into AndyButland-u4-8632b
2017-05-04 18:29:43 +10:00
DistributedCacheExtensions.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
DomainCacheRefresher.cs
U4-2954 - refresh domain cache when emptying recycle bin
2016-03-30 17:56:34 +02:00
LanguageCacheRefresher.cs
missing a file save
2016-01-07 19:33:55 +01:00
MacroCacheRefresher.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
MediaCacheRefresher.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
MemberCacheRefresher.cs
U4-10026 - inject idkmap
2017-06-20 08:55:08 +02:00
MemberGroupCacheRefresher.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
PageCacheRefresher.cs
U4-9936 - fix xml cache refresh in lb
2017-05-23 11:21:18 +02:00
PublicAccessCacheRefresher.cs
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00
RelationTypeCacheRefresher.cs
U4-9077 - relation type cache refresher + policy
2016-11-09 13:05:23 +01:00
StylesheetCacheRefresher.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
StylesheetPropertyCacheRefresher.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
TemplateCacheRefresher.cs
U4-10026 - inject idkmap
2017-06-20 08:55:08 +02:00
UnpublishedPageCacheRefresher.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
UserCacheRefresher.cs
Fixed caching issues on editing node permissions
2016-10-30 11:58:36 +01:00
UserGroupCacheRefresher.cs
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
2017-07-13 18:47:10 +10:00
UserGroupPermissionsCacheRefresher.cs
Removes all user permissions cache refreshing and events and obsoletes assocated clsses
2017-07-13 11:02:34 +10:00