Schnittstelle SlingServletResolverCacheMBean
@ProviderType
public interface SlingServletResolverCacheMBean
This is the management interface for the SlingServletResolver's cache.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidFlush the servlet resolver cache.intGet the current size of the servlet resolver cacheintGet the maximum configured size of the servlet resolver cache
-
Methodendetails
-
getCacheSize
int getCacheSize()Get the current size of the servlet resolver cache- Gibt zurück:
- the cache size
-
getMaximumCacheSize
int getMaximumCacheSize()Get the maximum configured size of the servlet resolver cache- Gibt zurück:
- the maximum configured size
-
flushCache
void flushCache()Flush the servlet resolver cache.
-