Uses of Interface
com.semarchy.mdm.client.cache.ICacheResolver

Packages that use ICacheResolver
com.semarchy.mdm.client Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance. 
com.semarchy.mdm.client.cache   
 

Uses of ICacheResolver in com.semarchy.mdm.client
 

Methods in com.semarchy.mdm.client with parameters of type ICacheResolver
static IMDMConnection MDMConnectionFactory.connect(ICacheResolver pCacheResolver, ConnectionConfig pConfig, IMDMCredential pCredentials)
          Similar to MDMConnectionFactory.connect(String, IMDMCredential) except that the ICacheResolver parameter allows to control the scope of client side caching.
 

Uses of ICacheResolver in com.semarchy.mdm.client.cache
 

Classes in com.semarchy.mdm.client.cache that implement ICacheResolver
 class StaticCacheResolver
          The default cache resolver storing IClientCache as a singleton.
 

Methods in com.semarchy.mdm.client.cache that return ICacheResolver
static ICacheResolver StaticCacheResolver.instance()
           
 



Copyright © 2015. All Rights Reserved.