Méthode | Description | |
---|---|---|
Read ( Stream inputStream ) : ICacheItem |
Read a single cache item from the input stream.
|
|
Write ( Stream outputStream, ICacheItem cacheItem ) : void |
Write a single cache item to the output stream.
|
public abstract Read ( Stream inputStream ) : ICacheItem | ||
inputStream | Stream | |
Résultat | ICacheItem |
public abstract Write ( Stream outputStream, ICacheItem cacheItem ) : void | ||
outputStream | Stream | |
cacheItem | ICacheItem | |
Résultat | void |