com.semarchy.mdm.client.cache
Class StaticCacheResolver

java.lang.Object
  extended by com.semarchy.mdm.client.cache.StaticCacheResolver
All Implemented Interfaces:
ICacheResolver, Serializable

public final class StaticCacheResolver
extends Object
implements ICacheResolver

The default cache resolver storing IClientCache as a singleton.

Author:
sarod
See Also:
Serialized Form

Method Summary
 IClientCache getCache()
          This method should always return a cache object.
static ICacheResolver instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCache

public IClientCache getCache()
Description copied from interface: ICacheResolver
This method should always return a cache object. At initialization the ICacheResolver can

Specified by:
getCache in interface ICacheResolver
Returns:

instance

public static ICacheResolver instance()


Copyright © 2015. All Rights Reserved.