Java com.google.common.cache CacheBuilderSpec fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.cache CacheBuilderSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.cache CacheBuilderSpec.

The text is from its open source code.

Method

CacheBuilderSpecdisableCaching()
Returns a CacheBuilderSpec that will prevent caching.
CacheBuilderSpecparse(String cacheBuilderSpecification)
Creates a CacheBuilderSpec from a string.
StringtoParsableString()
Returns a string that can be used to parse an equivalent CacheBuilderSpec .