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
d9f453d860bfbd36ffb9e3eb02edb6ce485e887c
Umbraco-CMS
/
src
/
Umbraco.Web
/
Cache
History
Shannon
3d09157091
fixes build
2015-03-31 17:06:13 +11:00
..
ApplicationCacheRefresher.cs
Fixes: U4-4475 Creating new member doesn't put it in examine. Fixes up some cache refreshers to ensure they are calling the base method so that events fire consistently.
2014-03-20 12:38:19 +11:00
ApplicationTreeCacheRefresher.cs
Fixes: U4-4475 Creating new member doesn't put it in examine. Fixes up some cache refreshers to ensure they are calling the base method so that events fire consistently.
2014-03-20 12:38:19 +11:00
CacheRefresherEventHandler.cs
fixes build
2015-03-31 17:06:13 +11:00
ContentTypeCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
DataTypeCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
DictionaryCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
DistributedCache.cs
Merge commit 'beb1979b4655a529b703ceec094a50f6a3dd8602' into 7.1.5
2014-06-08 12:24:29 +02:00
DistributedCacheExtensions.cs
Ensures that the cache is updated properly with cache refreshers, ensures that the GetAll method for public access repo doesn't make any db calls and uses a non validating cache since it gets called a ton.
2015-01-28 16:15:34 +11:00
DomainCacheRefresher.cs
IMplements RepositoryCacheOptions to be able to have a more granular approach to how the base repository caches entities. Allows for a zero count caching as well which by default currently will be false since that's how it's inadvertently been until now, however have enabled a zero count cache for public access since this is queried very heavily on GetAll. Going to look at what other repositories do the same - Templates definitely does.
2015-01-29 15:39:41 +11:00
LanguageCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
MacroCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
MediaCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
MemberCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
MemberGroupCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
PageCacheRefresher.cs
Ensures that the cache is updated properly with cache refreshers, ensures that the GetAll method for public access repo doesn't make any db calls and uses a non validating cache since it gets called a ton.
2015-01-28 16:15:34 +11:00
PublicAccessCacheRefresher.cs
Implements IPublicAccessService and wraps legacy Access class to use the new service, updates the public access data to use int's since using GUIDs atm is a little too complex, that will need to wait.
2015-01-28 13:16:50 +11:00
StylesheetCacheRefresher.cs
…
StylesheetPropertyCacheRefresher.cs
Fixes: #U4-2093 stylehsheet property cache refresher had wrong id assigned.
2013-04-20 00:18:45 +06:00
TemplateCacheRefresher.cs
IMplements RepositoryCacheOptions to be able to have a more granular approach to how the base repository caches entities. Allows for a zero count caching as well which by default currently will be false since that's how it's inadvertently been until now, however have enabled a zero count cache for public access since this is queried very heavily on GetAll. Going to look at what other repositories do the same - Templates definitely does.
2015-01-29 15:39:41 +11:00
UnpublishedPageCacheRefresher.cs
Ensures that the cache is updated properly with cache refreshers, ensures that the GetAll method for public access repo doesn't make any db calls and uses a non validating cache since it gets called a ton.
2015-01-28 16:15:34 +11:00
UserCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00
UserPermissionsCacheRefresher.cs
Fixes: U4-4475 Creating new member doesn't put it in examine. Fixes up some cache refreshers to ensure they are calling the base method so that events fire consistently.
2014-03-20 12:38:19 +11:00
UserTypeCacheRefresher.cs
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
2015-01-13 13:33:39 +11:00