Uses of Class
com.empireclassic.Remote.RemoteEmpire.CacheStrategy

Uses of RemoteEmpire.CacheStrategy in com.empireclassic.Remote
 

Fields in com.empireclassic.Remote declared as RemoteEmpire.CacheStrategy
protected  RemoteEmpire.CacheStrategy RemoteEmpire.cacheStrategy
           
 

Methods in com.empireclassic.Remote that return RemoteEmpire.CacheStrategy
 RemoteEmpire.CacheStrategy RemoteEmpire.getCacheStrategy()
           
static RemoteEmpire.CacheStrategy RemoteEmpire.CacheStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RemoteEmpire.CacheStrategy[] RemoteEmpire.CacheStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.empireclassic.Remote with parameters of type RemoteEmpire.CacheStrategy
 void RemoteEmpire.setCacheStrategy(RemoteEmpire.CacheStrategy cacheStrategy)