| Package | Description |
|---|---|
| org.gradle.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectoryCacheBuilder |
interface |
ObjectCacheBuilder<E,T> |
| Modifier and Type | Method and Description |
|---|---|
CacheBuilder<T> |
CacheBuilder.forObject(Object target)
Specifies the target domain object.
|
CacheBuilder<T> |
CacheBuilder.withProperties(Map<String,?> properties)
Specifies the additional key properties for the cache.
|
CacheBuilder<T> |
CacheBuilder.withValidator(CacheValidator validator)
Specifies a cache validator for this cache.
|
CacheBuilder<T> |
CacheBuilder.withVersionStrategy(CacheBuilder.VersionStrategy strategy)
Specifies the versioning strategy for this cache.
|
Copyright © 2013. All rights reserved