The DataCache type exposes the following members.

Methods

  NameDescription
Public methodStatic memberClearCache()()()()
Public methodStatic memberClearCache(String)
Public methodStatic memberClearDefinitionsCache
Public methodStatic memberClearDesktopModuleCache Obsolete.
Public methodStatic memberClearDesktopModulePermissionsCache
Public methodStatic memberClearFolderCache
Public methodStatic memberClearFolderPermissionsCache
Public methodStatic memberClearHostCache
Public methodStatic memberClearHostSettingsCache Obsolete.
Public methodStatic memberClearListsCache
Public methodStatic memberClearModuleCache()()()() Obsolete.
Public methodStatic memberClearModuleCache(Int32)
Public methodStatic memberClearModulePermissionsCache
Public methodStatic memberClearModulePermissionsCachesByPortal
Public methodStatic memberClearPackagesCache
Public methodStatic memberClearPortalCache
Public methodStatic memberClearTabPermissionsCache
Public methodStatic memberClearTabsCache
Public methodStatic memberClearUserCache
Public methodStatic memberClearUserPersonalizationCache
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 memberGetCache(String)
Public methodStatic memberGetCache<(Of <<'(TObject>)>>)(String)
Public methodStatic memberGetCachedData<(Of <<'(TObject>)>>)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPersistentCacheItem Obsolete.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveCache
Public methodStatic memberRemoveFromPrivateDictionary
Public methodStatic memberRemovePersistentCacheItem Obsolete.
Public methodStatic memberSetCache(String, Object)
Public methodStatic memberSetCache(String, Object, DNNCacheDependency)
Public methodStatic memberSetCache(String, Object, Boolean) Obsolete.
Public methodStatic memberSetCache(String, Object, DateTime)
Public methodStatic memberSetCache(String, Object, TimeSpan)
Public methodStatic memberSetCache(String, Object, CacheDependency) Obsolete.
Public methodStatic memberSetCache(String, Object, DateTime, Boolean) Obsolete.
Public methodStatic memberSetCache(String, Object, TimeSpan, Boolean) Obsolete.
Public methodStatic memberSetCache(String, Object, CacheDependency, Boolean) Obsolete.
Public methodStatic memberSetCache(String, Object, DNNCacheDependency, DateTime, TimeSpan)
Public methodStatic memberSetCache(String, Object, CacheDependency, DateTime, TimeSpan) Obsolete.
Public methodStatic memberSetCache(String, Object, CacheDependency, DateTime, TimeSpan, Boolean) Obsolete.
Public methodStatic memberSetCache(String, Object, DNNCacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback)
Public methodStatic memberSetCache(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) Obsolete.
Public methodStatic memberSetCache(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback, Boolean) 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.)

See Also