-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the SharedLib wiki!
SharedLib is a shared library which contains a number of useful classes for use in c# projects.
Including:
CacheManager
Cache Manager The cache manager manages items cached in memory. You can have multiple caches for various items that need to be stored in memory, each cache can have different times for when the data will expire. Events allow easy notification when items are not found, allowing for automatically retrieving items from a data store etc.
-
EventLog - Event logging
-
Parameters - Static class for managing Application Params
-
ThreadManager - Thread Management class Manages threads, includes thread queuing, basic statistics for each thread based on Process and System % CPU usage.
-
UserSession - User Session object Stores information about user web sessions for the purpose of obtaining SEO data.
-
UserSessionManager - UserSessionManager Object to manage user web sessions
-
WebClientEx - Extended WebClient class. Introduces ability to provide a UserAgent, Timeout value, obtain response times and add retrieve cookies when making a web request.