org.objectweb.dream.cache
Interface CacheAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
BasicCacheImpl

public interface CacheAttributeController
extends AttributeController

This class defines a controller for managing the cache attributes.


Method Summary
 long getTimeOut()
          Returns the time out.
 void setTimeOut(long timeOut)
          Sets the time out of the cache component.
 

Method Detail

setTimeOut

public void setTimeOut(long timeOut)
Sets the time out of the cache component.

Parameters:
timeOut - the time out to set.

getTimeOut

public long getTimeOut()
Returns the time out.

Returns:
the time out.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.