newSoftMemoryCache

Return a new memory cache with the specified maximum size, the specified maximum lifetime (in seconds), with the values held by SoftReferences.

  1. Cache!(K, V) newSoftMemoryCache(int size)
  2. Cache!(K, V) newSoftMemoryCache(int size, int timeout)
    static
    Cache!(K, V)
    newSoftMemoryCache
    (
    K
    V
    )
    (
    int size
    ,)

Meta