Package org.ametys.core.util
Class Cacheable.SingleCacheConfiguration
- java.lang.Object
-
- org.ametys.core.util.Cacheable.SingleCacheConfiguration
-
- Enclosing interface:
- Cacheable
public static final class Cacheable.SingleCacheConfiguration extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Cacheable.SingleCacheConfigurationof(String id, I18nizableText label, I18nizableText description)Builds aCacheable.SingleCacheConfiguration
-
-
-
Method Detail
-
of
public static Cacheable.SingleCacheConfiguration of(String id, I18nizableText label, I18nizableText description)
Builds aCacheable.SingleCacheConfiguration- Parameters:
id- The id of the cachelabel- The label of the cachedescription- The description of the cache- Returns:
- A
Cacheable.SingleCacheConfiguration
-
-