حافظه نهان اطلاعات محتوا

public class ContentInformationCache
extends 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 بر اساس منشأ آن.

سازنده‌های محافظت‌شده

حافظه نهان اطلاعات محتوا

protected ContentInformationCache ()

روش‌های عمومی

دریافت اطلاعات محتوا

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

بازیابی ContentInformation بر اساس منشأ آن.

پارامترها
branch String

buildId String

buildFlavor String

بازگشت‌ها
ContentInformation

دریافت حافظه پنهان پیش‌فرض

public static ContentInformationCache getDefaultCache ()

بازگشت‌ها
ContentInformationCache

پیگیریمحتوا

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

ردیابی یک ContentInformation بر اساس منشأ آن.

پارامترها
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

پرتاب‌ها
IOException