Interface JCacheUriProvider
- All Known Implementing Classes:
DefaultEhCacheUriProvider
,DefaultJCacheUriProvider
public interface JCacheUriProvider
Provides the URI to be used for JCache configuration
- Author:
- Jay Aisenbrey (cja769)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the URI that should be used for JCache configuration
-
Method Details
-
getJCacheUri
URI getJCacheUri()Returns the URI that should be used for JCache configuration- Returns:
- the URI to use
-