| Modifier and Type | Interface and Description |
|---|---|
interface |
Cache
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
AbstractCacheFactory.getCache(URL url,
Invocation invocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheFactory.getCache(URL url,
Invocation invocation)
CacheFactory implementation class needs to implement this return underlying cache instance for method against
url and invocation.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
AbstractCacheFactory.getCache(URL url,
Invocation invocation)
Takes URL and invocation instance and return cache instance for a given url.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpiringCache
This class store the cache value with the characteristic of expiration time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCache
This class store the cache value per thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LruCache
This class store the cache value per thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalCache
This class store the cache value per thread.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.