public class POBCacheService
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static POBCacheService |
getInstance()
Return a single instance of POBCacheService
|
<T> java.util.Map<java.lang.String,T> |
getService(java.lang.String serviceName)
Retrieves associated object for given service name
|
@NonNull public static POBCacheService getInstance()
@NonNull
public <T> java.util.Map<java.lang.String,T> getService(@NonNull
java.lang.String serviceName)
serviceName - the serviceName whose associated object is to be returned