aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.ServiceInstanceCache Class Reference

Public Member Functions

void Add< T > (IServiceModule serviceModule)
 
IServiceModule GetCachedInstance (Type type)
 
IServiceModule GetCachedInstance (string id)
 
bool IsCached (Type type)
 
bool IsCached (string id)
 
List< IServiceModuleGetAllCachedServices ()
 

Member Function Documentation

◆ Add< T >()

void AeroGear.Mobile.Core.ServiceInstanceCache.Add< T > ( IServiceModule  serviceModule)

◆ GetAllCachedServices()

List<IServiceModule> AeroGear.Mobile.Core.ServiceInstanceCache.GetAllCachedServices ( )

◆ GetCachedInstance() [1/2]

IServiceModule AeroGear.Mobile.Core.ServiceInstanceCache.GetCachedInstance ( Type  type)

◆ GetCachedInstance() [2/2]

IServiceModule AeroGear.Mobile.Core.ServiceInstanceCache.GetCachedInstance ( string  id)

◆ IsCached() [1/2]

bool AeroGear.Mobile.Core.ServiceInstanceCache.IsCached ( Type  type)

◆ IsCached() [2/2]

bool AeroGear.Mobile.Core.ServiceInstanceCache.IsCached ( string  id)

The documentation for this class was generated from the following file: