@FieldsAreNonnullByDefault @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
ExternalCache
Guava for the JvmCache.See: Description
| Class | Description |
|---|---|
| RedisVCacheService |
Main service that is backed by Redis.
|
| ThreadAffinityJedisPool |
A specialised
JedisPool which binds the currently in-use Jedis instance to the requesting thread,
so that repeated calls to ThreadAffinityJedisPool.getResource() without a corresponding ThreadAffinityJedisPool.returnResource(Jedis) will
return the same instance. |
ExternalCacheJvmCache.
Copyright © 2019 Atlassian. All rights reserved.