Omada.OE.Model.Helper Namespace |
Class | Description | |
---|---|---|
![]() | CacheHelper |
Helper class for accessing cache data.
Tip! In general you should use the ControllerBase.GetFromCacheIfPresent method to work with the cache instead of using the CacheHelper.
Important! the cache keys used with the CacheHelper must always either include the OISInstanceGUID or a hash of the master connstr to avoid conflicts in the integrity tests and/or if the master database contains multiple ES databases.
The only exception is if it is absolutely certain the the cached data is the same across all instances (like e.g. the presence of a file).
|
![]() | CSVHelper |
Helper class for dealing with CSV data (Comma Seperated Values).
|
![]() | DateTimeHelper | |
![]() | ValidationHelper |
Helper class for validating system names etc.
|