CachedDataManager_WebSkinServices Class
Web skin-related services for the Cached Data Manager, which allows skin
objects to be cached locally for reuse
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class CachedDataManager_WebSkinServices |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Clear | Clears all aggregation values from the cache |
| Remove_Skin | Removes all matching html skin objects from the cache |
| Retrieve_Complete_Skin | Retrieves the complete html skin object from the cache |
| Retrieve_Skin | Retrieves the language-specific html skin object from the cache |
| Store_Complete_Skin | Stores the complete html skin object to the cache |
| Store_Skin | Stores the language-specific html skin object to the cache |
See Also