@pengzhanbo/utils - v3.7.0
    Preparing search index...

    Interface LRUCacheSetOptions

    LRU Cache Set Options

    LRU 缓存 Set 选项

    interface LRUCacheSetOptions {
        maxAge?: number;
    }
    Index

    Properties

    Properties

    maxAge?: number

    The maximum number of milliseconds an item should remain in the cache.

    项目在缓存中保留的最大毫秒数。

    Infinity