com.ibm.portal.resolver.cache
Interface CachedDataSourceFactory.UncacheableValue<T>

All Superinterfaces:
Addressable, CachedDataSourceFactory.Value<T>, DataSource, DataSourceFragment, Disposable, TimeStamped
Enclosing interface:
CachedDataSourceFactory<T>

public static interface CachedDataSourceFactory.UncacheableValue<T>
extends CachedDataSourceFactory.Value<T>

Represents a cache value that is not stored in the cache


Field Summary
 
Fields inherited from interface com.ibm.portal.resolver.data.DataSource
CONTENT_TYPE_UNKNOWN, CREATION_UNKNOWN, EXPIRATION_UNKNOWN, LAST_MODIFICATION_UNKNOWN, MAX_AGE_INFINITE, MAX_AGE_NONE, ROOT_DATE
 
Fields inherited from interface com.ibm.portal.resolver.data.Addressable
EMPTY_PARAMETERS
 
Method Summary
 void dispose()
          Disposes the value
 
Methods inherited from interface com.ibm.portal.resolver.cache.CachedDataSourceFactory.Value
getValue
 
Methods inherited from interface com.ibm.portal.resolver.data.DataSource
getContentType, getCreated, getExpiration, getLastModified
 
Methods inherited from interface com.ibm.portal.resolver.data.Addressable
getParameters, getURI
 

Method Detail

dispose

void dispose()
Disposes the value

Specified by:
dispose in interface CachedDataSourceFactory.Value<T>
Specified by:
dispose in interface Disposable