Package com.pubmatic.sdk.common.cache
Class POBCacheService
-
- All Implemented Interfaces:
public class POBCacheServiceA util class to create and store objects for given service name.
-
-
Method Summary
Modifier and Type Method Description static POBCacheServicegetInstance()Return a single instance of POBCacheService <T> Map<String, T>getService(@NonNull() String serviceName)Retrieves associated object for given service name -
-
Method Detail
-
getInstance
@NonNull() static POBCacheService getInstance()
Return a single instance of POBCacheService
- Returns:
Return a single instance of POBCacheService
-
-
-
-