Package com.atlassian.crowd.crypto
Class CachedEncryptor
java.lang.Object
com.atlassian.crowd.crypto.CachedEncryptor
- All Implemented Interfaces:
Encryptor
Wrapper that caches encryption and decryption results.
-
Constructor Summary
ConstructorsConstructorDescriptionCachedEncryptor(Encryptor delegate, long maxCacheSize, Duration expireAfterAccess, BooleanSupplier cacheEnabledSupplier) -
Method Summary
-
Constructor Details
-
CachedEncryptor
public CachedEncryptor(Encryptor delegate, long maxCacheSize, Duration expireAfterAccess, BooleanSupplier cacheEnabledSupplier)
-
-
Method Details