Interface SSOFactory<AV,SV,A,D,S,L>

Type Parameters:
V - the cache value type
All Superinterfaces:
Creator<String,Map.Entry<AV,SV>,A>, Locator<String,Map.Entry<AV,SV>>, Remover<String>

public interface SSOFactory<AV,SV,A,D,S,L> extends Creator<String,Map.Entry<AV,SV>,A>, Locator<String,Map.Entry<AV,SV>>, Remover<String>
Creates an SSO from its cache storage value.
Author:
Paul Ferraro