Package org.ametys.core.util
Class Cacheable.SingleCacheConfiguration
java.lang.Object
org.ametys.core.util.Cacheable.SingleCacheConfiguration
- Enclosing interface:
- Cacheable
-
Method Summary
Modifier and TypeMethodDescriptionof
(String id, I18nizableText label, I18nizableText description) Builds aCacheable.SingleCacheConfiguration
-
Method Details
-
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
-