27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main
yerine android-latest-release
kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
InvocationCacheHelper.CacheInvocationResultDescriptor
public
static
class
InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.invoker.InvocationCacheHelper.CacheInvocationResultDescriptor
|
Önbellek sonuçlarını açıklar.
Özet
Herkese açık kurucular
CacheInvocationResultDescriptor
public CacheInvocationResultDescriptor (boolean cacheHit,
String explanation)
Parametreler |
cacheHit |
boolean |
explanation |
String |
Herkese açık yöntemler
getDetails
public String getDetails ()
isCacheHit
public boolean isCacheHit ()
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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 |"]]