com.semarchy.mdm.client.cache
Interface ICacheResolver

All Superinterfaces:
Serializable
All Known Implementing Classes:
StaticCacheResolver

public interface ICacheResolver
extends Serializable

Serializable interface providing a reference to a IClientCache that will be used to store objects shared among connections.

Author:
sarod

Method Summary
 IClientCache getCache()
          This method should always return a cache object.
 

Method Detail

getCache

IClientCache getCache()
This method should always return a cache object. At initialization the ICacheResolver can

Returns:


Copyright © 2015. All Rights Reserved.