Package csw.command.client
Class CRMCacheProperties$
- java.lang.Object
- 
- csw.command.client.CRMCacheProperties$
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CRMCacheProperties$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CRMCacheProperties$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description CRMCacheProperties$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CRMCachePropertiesapply(com.typesafe.config.Config config)constructor for creating cache properties
 
- 
- 
- 
Field Detail- 
MODULE$public static final CRMCacheProperties$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
applypublic CRMCacheProperties apply(com.typesafe.config.Config config) constructor for creating cache properties- Parameters:
- config- custom configuration for cache properties
- Returns:
- cache properties to be used by CommandResponseManagerActor
 
 
- 
 
-