Package de.hybris.platform.cache2
Interface ObjectCreator<T>
-
- Type Parameters:
T- Type of the created Object
public interface ObjectCreator<T>A Creator for any kind of object. Which object shall be created and which conditions may be of interrest must be implemented in concrete classes.- See Also:
ObjectCacheManager,ObjectKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateObject()Creates and returns a new Object.
-
-
-
Method Detail
-
createObject
T createObject()
Creates and returns a new Object.- Returns:
- Object
-
-