Class CryptFactoryCachingDecorator

java.lang.Object
org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
All Implemented Interfaces:
ICryptFactory

public class CryptFactoryCachingDecorator extends Object implements ICryptFactory
ICryptFactory decorator that caches the call to ICryptFactory.newCrypt()
Author:
Igor Vaynberg (ivaynberg)