Od 27 marca 2025 r. zalecamy używanie android-latest-release
zamiast aosp-main
do kompilowania i wspołtworzenia AOSP. Więcej informacji znajdziesz w artykule o zmianach w AOSP.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
InvocationCacheHelper.CacheInvocationResultDescriptor
public
static
class
InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.invoker.InvocationCacheHelper.CacheInvocationResultDescriptor
|
Opisuje wyniki dotyczące pamięci podręcznej.
Podsumowanie
Konstruktory publiczne
CacheInvocationResultDescriptor
public CacheInvocationResultDescriptor (boolean cacheHit,
String explanation)
Parametry |
cacheHit |
boolean |
explanation |
String |
Metody publiczne
getDetails
public String getDetails ()
isCacheHit
public boolean isCacheHit ()
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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 |"]]