public SecretCacheConfiguration withCacheHook()

in src/main/java/com/amazonaws/secretsmanager/caching/SecretCacheConfiguration.java [132:135]


    public SecretCacheConfiguration withCacheHook(SecretCacheHook cacheHook) {
        this.setCacheHook(cacheHook);
        return this;
    }