החל מ-27 במרץ 2025, מומלץ להשתמש ב-android-latest-release
במקום ב-aosp-main
כדי ליצור תרומות ל-AOSP. מידע נוסף זמין במאמר שינויים ב-AOSP.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
InvocationCacheHelper.CacheInvocationResultDescriptor
public
static
class
InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.invoker.InvocationCacheHelper.CacheInvocationResultDescriptor
|
תיאור של תוצאות המטמון.
סיכום
יוצרים ציבוריים
CacheInvocationResultDescriptor
public CacheInvocationResultDescriptor (boolean cacheHit,
String explanation)
פרמטרים |
cacheHit |
boolean |
explanation |
String |
שיטות ציבוריות
getDetails
public String getDetails ()
isCacheHit
public boolean isCacheHit ()
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# InvocationCacheHelper.CacheInvocationResultDescriptor\n=====================================================\n\n\n`\npublic\nstatic\n\n\nclass\nInvocationCacheHelper.CacheInvocationResultDescriptor\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.invoker.InvocationCacheHelper.CacheInvocationResultDescriptor |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDescribes the cache results.\n\nSummary\n-------\n\n| ### Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[CacheInvocationResultDescriptor](../../../../../../reference/tradefed/com/android/tradefed/invoker/InvocationCacheHelper.CacheInvocationResultDescriptor.html#CacheInvocationResultDescriptor(boolean,%20java.lang.String))`(boolean cacheHit, String explanation) ` |\n\n| ### Public methods ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` String` | ` `[getDetails](../../../../../../reference/tradefed/com/android/tradefed/invoker/InvocationCacheHelper.CacheInvocationResultDescriptor.html#getDetails())`() ` |\n| ` boolean` | ` `[isCacheHit](../../../../../../reference/tradefed/com/android/tradefed/invoker/InvocationCacheHelper.CacheInvocationResultDescriptor.html#isCacheHit())`() ` |\n\nPublic constructors\n-------------------\n\n### CacheInvocationResultDescriptor\n\n```\npublic CacheInvocationResultDescriptor (boolean cacheHit, \n String explanation)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|------------------|\n| `cacheHit` | `boolean` \u003cbr /\u003e |\n| `explanation` | `String` \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### getDetails\n\n```\npublic String getDetails ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### isCacheHit\n\n```\npublic boolean isCacheHit ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|-----------|--------|\n| `boolean` | \u003cbr /\u003e |"]]