| Package | Description |
|---|---|
| org.gradle.cache |
| Modifier and Type | Method and Description |
|---|---|
static CacheBuilder.VersionStrategy |
CacheBuilder.VersionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheBuilder.VersionStrategy[] |
CacheBuilder.VersionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectCacheBuilder<E,T> |
ObjectCacheBuilder.withVersionStrategy(CacheBuilder.VersionStrategy strategy)
Specifies the versioning strategy for this cache.
|
DirectoryCacheBuilder |
DirectoryCacheBuilder.withVersionStrategy(CacheBuilder.VersionStrategy strategy) |
CacheBuilder<T> |
CacheBuilder.withVersionStrategy(CacheBuilder.VersionStrategy strategy)
Specifies the versioning strategy for this cache.
|
Copyright © 2013. All rights reserved