Package org.javlo.service.remote
Class CdnService
- java.lang.Object
-
- org.javlo.service.remote.CdnService
-
public class CdnService extends Object
-
-
Constructor Summary
Constructors Constructor Description CdnService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CdnServicegetInstance(GlobalContext globalContext)StringgetMainCdn()StringgetMainCdnAuto()booleaninternalTestCdn()booleanisReleaseCache()voidsetReleaseCache(boolean releaseCache)voidtestCdn()
-
-
-
Method Detail
-
getInstance
public static CdnService getInstance(GlobalContext globalContext)
-
getMainCdn
public String getMainCdn()
-
getMainCdnAuto
public String getMainCdnAuto()
-
testCdn
public void testCdn()
-
internalTestCdn
public boolean internalTestCdn()
-
isReleaseCache
public boolean isReleaseCache()
-
setReleaseCache
public void setReleaseCache(boolean releaseCache)
-
-