Name |
Description |
M4MDbPersistence |
A class base that should be extended in order to implement a persistant model which can be store into a SQL Server Compact Edition database. |
M4MFilePersistence |
Enables to store some contents into the IsolatedStorageFile. The classe implements the singleton pattern and is thread safe ! |
M4MMemoryCacher |
A class which enables to cache data in RAM only. This class implements the singleton pattern and is thread safe ! |
M4MMemoryCacher.M4MMemoryCacherObject |
A class which reprensents an object stored into the M4MMemoryCacher. |
M4MSettingsPersistence |
Enables to store some contents into on the IsolatedStorageSettings.ApplicationSettings. The classe implements the singleton pattern and is thread safe ! |