| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionalExternalCache<V>
Represents an
ExternalCache where both the read and write operations are buffered until
the end of a transaction. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransactionalExternalCache<V>
Provides operations common for
TransactionalExternalCache instances. |
Copyright © 2015 Atlassian. All rights reserved.