newSoftMemoryCache

Return a new memory cache with the specified maximum size, unlimited lifetime for entries, with the values held by SoftReferences.

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

Meta