MemoryCacheSettings interface

אובייקט הגדרות להגדרת מופע MemoryLocalCache .

חֲתִימָה:

export declare interface MemoryCacheSettings 

נכסים

תכונה סוּג תיאור
אוסף זבל MemoryGarbageCollector אספן האשפה לשימוש, עבור שכבת מטמון הזיכרון. נעשה שימוש ב- MemoryEagerGarbageCollector כאשר זה אינו מוגדר.

MemoryCacheSettings.garbageCollector

אספן האשפה לשימוש, עבור שכבת מטמון הזיכרון. נעשה שימוש ב- MemoryEagerGarbageCollector כאשר זה אינו מוגדר.

חֲתִימָה:

garbageCollector?: MemoryGarbageCollector;