| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| com.atlassian.vcache.internal.core.service |
Contains the core implementation for a service.
|
| com.atlassian.vcache.internal.test |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JvmCache<K,V>
Interface that defines the JVM cache operations.
|
interface |
RequestCache<K,V>
Represents a request scope cache, which is intended to hold data for the life of a request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GuavaJvmCache<K,V>
Implementation of the
JvmCache that uses Guava. |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> LocalCacheOperations<K,V> |
AbstractLocalCacheOperationsTest.createCache(String name) |
protected abstract <K,V> LocalCacheOperations<K,V> |
AbstractLocalCacheOperationsTest.createCache(String name,
Duration lockTimeout) |
Copyright © 2016 Atlassian. All rights reserved.