Click or drag to resize
DataCacheHelper Class

Note: This API is now obsolete.

Cache support for data and data objects.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineDataCacheHelper

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This class is obsolete, use method CacheHelper.Cache(...)")]
public class DataCacheHelper

The DataCacheHelper type exposes the following members.

Constructors
  NameDescription
Public methodDataCacheHelper
Top
Methods
  NameDescription
Public methodStatic memberGetCachedReturnType
Gets the data using the cache.
Public methodStatic memberGetCached1ReturnType, P1Type
Gets the data using the cache.
Public methodStatic memberGetCached10ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type, P8Type, P9Type, P10Type
Gets the data using the cache.
Public methodStatic memberGetCached2ReturnType, P1Type, P2Type
Gets the data using the cache.
Public methodStatic memberGetCached3ReturnType, P1Type, P2Type, P3Type
Gets the data using the cache.
Public methodStatic memberGetCached4ReturnType, P1Type, P2Type, P3Type, P4Type
Gets the data using the cache.
Public methodStatic memberGetCached5ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type
Gets the data using the cache.
Public methodStatic memberGetCached6ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type
Gets the data using the cache.
Public methodStatic memberGetCached7ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type
Gets the data using the cache.
Public methodStatic memberGetCached8ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type, P8Type
Gets the data using the cache.
Public methodStatic memberGetCached9ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type, P8Type, P9Type
Gets the data using the cache.
Public methodStatic memberGetCachedData
Gets the data using the cache.
Public methodStatic memberGetCachedObject(Guid, DataCacheHelperGetEventHandler1BaseInfo, Guid, String, Int32, Boolean, DataCacheHelperGetCacheDependencyEventHandlerBaseInfo, String)
Gets the object by its GUID using the cache.
Public methodStatic memberGetCachedObject(Int32, DataCacheHelperGetEventHandler1BaseInfo, Int32, String, Int32, Boolean, DataCacheHelperGetCacheDependencyEventHandlerBaseInfo, String)
Gets the object by its ID using the cache.
Public methodStatic memberGetCachedObject(String, DataCacheHelperGetEventHandler1BaseInfo, String, String, Int32, Boolean, DataCacheHelperGetCacheDependencyEventHandlerBaseInfo, String)
Gets the object by its name using the cache.
Public methodStatic memberGetCachedObject(Guid, String, DataCacheHelperGetEventHandler2BaseInfo, Guid, String, String, Int32, Boolean, DataCacheHelperGetCacheDependencyEventHandlerBaseInfo, String)
Gets the object by its GUID using the cache.
Public methodStatic memberGetCachedObject(String, String, DataCacheHelperGetEventHandler2BaseInfo, String, String, String, Int32, Boolean, DataCacheHelperGetCacheDependencyEventHandlerBaseInfo, String)
Gets the object by its name and site name using the cache.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also