lumis.portal.cache
Interface ICacheConfig

Package class diagram package ICacheConfig

public interface ICacheConfig

The configuration of a cache.

Since:
4.0.11

Method Summary
 int getCapacity()
          Returns the capacity configured for the cache.
 String getId()
          Returns the identifier of the cache.
 void setCapacity(int capacity)
          Sets the capacity configured for the cache.
 

Method Detail

getId

String getId()
Returns the identifier of the cache.

Returns:
the identifier of the cache.
Since:
4.0.11

getCapacity

int getCapacity()
Returns the capacity configured for the cache.

Returns:
the capacity configured for the cache.
Since:
4.0.11

setCapacity

void setCapacity(int capacity)
Sets the capacity configured for the cache.

Parameters:
capacity - the capacity to set.
Since:
4.0.11


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.