newHardMemoryCache

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

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

Meta