| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl | |
| org.openeuler.sun.security.util |
| 限定符和类型 | 字段和说明 |
|---|---|
private Cache<SessionId,SSLSessionImpl> |
SSLSessionContextImpl.sessionCache |
private Cache<String,SSLSessionImpl> |
SSLSessionContextImpl.sessionHostPortCache |
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) class |
MemoryCache<K,V> |
(专用程序包) class |
NullCache<K,V> |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static Cache<Object,Object> |
NullCache.INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> Cache<K,V> |
Cache.newHardMemoryCache(int size)
Return a new memory cache with the specified maximum size, unlimited
lifetime for entries, with the values held by standard references.
|
static <K,V> Cache<K,V> |
Cache.newHardMemoryCache(int size,
int timeout)
Return a new memory cache with the specified maximum size, the
specified maximum lifetime (in seconds), with the values held
by standard references.
|
static <K,V> Cache<K,V> |
Cache.newNullCache()
Return a dummy cache that does nothing.
|
static <K,V> Cache<K,V> |
Cache.newSoftMemoryCache(int size)
Return a new memory cache with the specified maximum size, unlimited
lifetime for entries, with the values held by SoftReferences.
|
static <K,V> Cache<K,V> |
Cache.newSoftMemoryCache(int size,
int timeout)
Return a new memory cache with the specified maximum size, the
specified maximum lifetime (in seconds), with the values held
by SoftReferences.
|
Copyright © 2023. All rights reserved.