The CachingProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CachingProvider | DotNetNuke.Services.Cache.CachingProvider |
Methods
Name | Description | |
---|---|---|
![]() | Add | Obsolete. |
![]() ![]() | CleanCacheKey |
Cleans the cache key by remove cache key prefix.
|
![]() | Clear |
Clears the specified type.
|
![]() | ClearCacheInternal |
Clears the cache internal.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetCacheKey |
Gets the cache key with key prefix.
|
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem |
Gets the item.
|
![]() | GetPersistentCacheItem | Obsolete. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(String, Object) |
Inserts the specified cache key.
|
![]() | Insert(String, Object, DNNCacheDependency) |
Inserts the specified cache key.
|
![]() | Insert(String, Object, Boolean) | Obsolete. |
![]() | Insert(String, Object, CacheDependency) | Obsolete. |
![]() | Insert(String, Object, CacheDependency, Boolean) | Obsolete. |
![]() | Insert(String, Object, DNNCacheDependency, DateTime, TimeSpan) |
Inserts the specified cache key.
|
![]() | Insert(String, Object, CacheDependency, DateTime, TimeSpan) | Obsolete. |
![]() | Insert(String, Object, CacheDependency, DateTime, TimeSpan, Boolean) | Obsolete. |
![]() | Insert(String, Object, DNNCacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) |
Inserts the specified cache key.
|
![]() | Insert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) | Obsolete. |
![]() | Insert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback, Boolean) | Obsolete. |
![]() ![]() | Instance |
Instances of caching provider.
|
![]() | IsWebFarm |
Determines whether is web farm.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PurgeCache |
Purges the cache.
|
![]() | Remove |
Removes the specified cache key.
|
![]() | RemoveInternal |
Removes the internal.
|
![]() | RemovePersistentCacheItem | Obsolete. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Cache |
Gets the default cache provider.
|
![]() ![]() | CacheExpirationDisable |
Whether current caching provider disabled to expire cache.
|