- GenericCacheKey<ClassT,ComponentT> - Interface in com.sap.cloud.sdk.cloudplatform.cache
-
GenericCacheKey interface for providing access to tenant and principal data, as well as a list of appended
components.
- getCacheList() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Getter for a list of all caches registered in the
CacheManager.
- getCacheSize() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getComponents() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
- getComponents() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Getter for the list of additional cache key components.
- getComponents() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
-
- getEvictionCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getEvictionCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times an entry has been evicted.
- getHitCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getHitCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have returned a cached value.
- getLoadExceptionCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getLoadExceptionCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times com.google.common.cache.Cache lookup methods threw an exception while loading
a new value.
- getLoadSuccessCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getLoadSuccessCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have successfully loaded a new
value.
- getMissCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getMissCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have returned an uncached (newly
loaded) value, or null.
- getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
- getPrincipalId() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Getter for the name of the principal for which the key is used.
- getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
-
- getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
- getTenantId() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Getter for the Id of the tenant or zone for which the key is used.
- getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
-
- getTotalLoadTime() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
-
- getTotalLoadTime() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the total number of nanoseconds the cache has spent loading new values.