This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
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
87934e52dc41b72230e2711f5537d54dcfa1aa33
Umbraco-CMS
/
src
/
Umbraco.Web
/
Cache
History
Stephan
6897ee1d14
U4-8469 - bugfix content cache
2016-07-04 18:21:36 +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
ensures that the public access cache refresher is called when a public access item is deleted.
2016-01-07 12:18:57 +01:00
ContentTypeCacheRefresher.cs
re-includes the static cache for published property types, this cache is much more than a simple cache of content type infos, it is also the cache for associated converters which is required for all front-end rendering. Fixes the issue of not setting the xpath cache level corectly.
2016-02-01 22:50:38 +01:00
DataTypeCacheRefresher.cs
re-includes the static cache for published property types, this cache is much more than a simple cache of content type infos, it is also the cache for associated converters which is required for all front-end rendering. Fixes the issue of not setting the xpath cache level corectly.
2016-02-01 22:50:38 +01: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
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
DistributedCacheExtensions.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
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
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00
MediaCacheRefresher.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
MemberCacheRefresher.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
MemberGroupCacheRefresher.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
PageCacheRefresher.cs
U4-8469 - bugfix content cache
2016-07-04 18:21:36 +02:00
PublicAccessCacheRefresher.cs
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +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
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00
UnpublishedPageCacheRefresher.cs
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00
UserCacheRefresher.cs
U4-7040 - Fix bug with permissions cache refresh
2016-02-25 17:43:38 +01:00
UserPermissionsCacheRefresher.cs
U4-7040 - Fix bug with permissions cache refresh
2016-02-25 17:43:38 +01:00
UserTypeCacheRefresher.cs
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00