The CachingProvider type exposes the following members.

Constructors

  NameDescription
Protected methodCachingProvider
DotNetNuke.Services.Cache.CachingProvider

Methods

  NameDescription
Public methodAdd Obsolete.
Public methodStatic memberCleanCacheKey
Cleans the cache key by remove cache key prefix.
Public methodClear
Clears the specified type.
Protected methodClearCacheInternal
Clears the cache internal.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCacheKey
Gets the cache key with key prefix.
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem
Gets the item.
Public methodGetPersistentCacheItem Obsolete.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(String, Object)
Inserts the specified cache key.
Public methodInsert(String, Object, DNNCacheDependency)
Inserts the specified cache key.
Public methodInsert(String, Object, Boolean) Obsolete.
Public methodInsert(String, Object, CacheDependency) Obsolete.
Public methodInsert(String, Object, CacheDependency, Boolean) Obsolete.
Public methodInsert(String, Object, DNNCacheDependency, DateTime, TimeSpan)
Inserts the specified cache key.
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan) Obsolete.
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, Boolean) Obsolete.
Public methodInsert(String, Object, DNNCacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback)
Inserts the specified cache key.
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) Obsolete.
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback, Boolean) Obsolete.
Public methodStatic memberInstance
Instances of caching provider.
Public methodIsWebFarm
Determines whether is web farm.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPurgeCache
Purges the cache.
Public methodRemove
Removes the specified cache key.
Protected methodRemoveInternal
Removes the internal.
Public methodRemovePersistentCacheItem Obsolete.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Protected propertyStatic memberCache
Gets the default cache provider.
Protected propertyStatic memberCacheExpirationDisable
Whether current caching provider disabled to expire cache.

See Also