public interface CreateHandler
Modifier and Type | Method and Description |
---|---|
Serializable |
retrieveObjectFromBackingStore(CachedObjectId id,
Object argument)
A method that can retrieve an object from a backing store (such as a database) using the provided
object identifier and a user-provided parameter.
|
Serializable retrieveObjectFromBackingStore(CachedObjectId id, Object argument)
id
- The identifier of the object to retrieveargument
- A arbitrary parameter that can be used by the read-through operation. The argument is specified
in the ReadOptions
, by defining readThroughArgument
propertyCopyright (C) 2007-2014 ScaleOut Software, Inc.