newHardMemoryCache

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

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

Meta