Uses of Class
de.hybris.platform.webservicescommons.cache.CacheControlDirective
-
Packages that use CacheControlDirective Package Description de.hybris.platform.webservicescommons.cache -
-
Uses of CacheControlDirective in de.hybris.platform.webservicescommons.cache
Methods in de.hybris.platform.webservicescommons.cache that return CacheControlDirective Modifier and Type Method Description CacheControlDirective[]directive()Array of non-parameterized response directivesstatic CacheControlDirectiveCacheControlDirective. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheControlDirective[]CacheControlDirective. values()Returns an array containing the constants of this enum type, in the order they are declared.
-