Package org.opencastproject.security.api
Interface CachingUserProviderMXBean
- All Known Implementing Classes:
BrightspaceUserProviderInstance,LdapUserProviderInstance,MoodleUserProviderInstance,SakaiUserProviderInstance,StudipUserProviderInstance
public interface CachingUserProviderMXBean
A JMX interface for caching user providers.
-
Method Summary
Modifier and TypeMethodDescriptionfloatGets the ratio of cache hits to total requests.
-
Method Details
-
getCacheHitRatio
float getCacheHitRatio()Gets the ratio of cache hits to total requests.- Returns:
- the hit ratio
-