The FBCachingProvider type exposes the following members.

Methods

  NameDescription
Public methodAdd Obsolete. (Inherited from CachingProvider.)
Public methodClear
Clears the specified type.
(Inherited from CachingProvider.)
Protected methodClearCacheInternal
Clears the cache internal.
(Inherited from CachingProvider.)
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 methodGetEnumerator (Inherited from CachingProvider.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem
Gets the item.
(Inherited from CachingProvider.)
Public methodGetPersistentCacheItem Obsolete. (Inherited from CachingProvider.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(String, Object)
Inserts the specified cache key.
(Inherited from CachingProvider.)
Public methodInsert(String, Object, DNNCacheDependency)
Inserts the specified cache key.
(Inherited from CachingProvider.)
Public methodInsert(String, Object, Boolean) Obsolete. (Inherited from CachingProvider.)
Public methodInsert(String, Object, CacheDependency) Obsolete. (Inherited from CachingProvider.)
Public methodInsert(String, Object, CacheDependency, Boolean) Obsolete. (Inherited from CachingProvider.)
Public methodInsert(String, Object, DNNCacheDependency, DateTime, TimeSpan)
Inserts the specified cache key.
(Inherited from CachingProvider.)
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan) Obsolete. (Inherited from CachingProvider.)
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, Boolean) Obsolete. (Inherited from CachingProvider.)
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) Obsolete. (Inherited from CachingProvider.)
Public methodInsert(String, Object, DNNCacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) (Overrides CachingProvider..::..Insert(String, Object, DNNCacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback).)
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback, Boolean) Obsolete. (Inherited from CachingProvider.)
Public methodIsWebFarm (Overrides CachingProvider..::..IsWebFarm()()()().)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPurgeCache (Overrides CachingProvider..::..PurgeCache()()()().)
Public methodRemove (Overrides CachingProvider..::..Remove(String).)
Protected methodRemoveInternal
Removes the internal.
(Inherited from CachingProvider.)
Public methodRemovePersistentCacheItem Obsolete. (Inherited from CachingProvider.)
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.)

See Also