ContentInformationCache

public class ContentInformationCache
extends Object

java.lang.Object
   ↳ com.google.android.tradefed.build.content.ContentInformationCache


यह कुकी, ContentInformation को कैश मेमोरी में सेव करती है और इससे जुड़ी फ़ाइलों के लाइफ़साइकल को मैनेज करती है.

खास जानकारी

प्रोटेक्टेड कंस्ट्रक्टर

ContentInformationCache()

पब्लिक मेथड

ContentInformation getContentInformation(String branch, String buildId, String buildFlavor)

ContentInformation को उसके ऑरिजिन के आधार पर वापस पाएं.

static ContentInformationCache getDefaultCache()
void trackContent(String branch, String buildId, String buildFlavor, ContentInformation contentInfo)

ContentInformation को उसके ऑरिजिन के आधार पर ट्रैक करें.

प्रोटेक्टेड कंस्ट्रक्टर

ContentInformationCache

protected ContentInformationCache ()

पब्लिक मेथड

getContentInformation

public ContentInformation getContentInformation (String branch, 
                String buildId, 
                String buildFlavor)

ContentInformation को उसके ऑरिजिन के आधार पर वापस पाएं.

पैरामीटर
branch String

buildId String

buildFlavor String

रिटर्न
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

रिटर्न
ContentInformationCache

trackContent

public void trackContent (String branch, 
                String buildId, 
                String buildFlavor, 
                ContentInformation contentInfo)

ContentInformation को उसके ऑरिजिन के आधार पर ट्रैक करें.

पैरामीटर
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

थ्रो
IOException