Transcoder< T > Interface Reference
List of all members.
Detailed Description
Transcoder is an interface for classes that convert between byte arrays and objects for storage in the cache.
Member Function Documentation
Decode the cached object into the object it represents.
- Parameters:
-
- Returns:
- the return value
Encode the given object for storage.
- Parameters:
-
- Returns:
- the CachedData representing what should be sent
The documentation for this interface was generated from the following file:
- /opt/source/Wonder/Frameworks/EOF/ERCaching/Sources/net/spy/memcached/transcoders/Transcoder.java