Public Member Functions

cern.gp.nodes.cache.Cacheable Interface Reference

Inheritance diagram for cern.gp.nodes.cache.Cacheable:
cern.gp.nodes.impl.BeanNode cern.gp.nodes.impl.CacheableIndexedPropertySupport cern.gp.nodes.impl.CacheablePropertySupport cern.gp.nodes.impl.GPBeanNode

List of all members.

Public Member Functions

void resetCache ()

Detailed Description

An object implements this interface to signal that it has a state that is cached.

The way the cache is implemented or the way the cache is invalidate is not specified here. This interface is mainly a marker interface that signals the cached state and gives a hook to force the invalidation of the cached state.

Version:
Revision:
1.2
Date:
2006/09/25 08:52:36
Author:
Lionel Mestre

Member Function Documentation

void cern.gp.nodes.cache.Cacheable.resetCache (  ) 

Resets all cached information so that the previously cached state is not used anymore. After this call, the cached information should be discarded and reinitialized with new data.

Implemented in cern.gp.nodes.impl.BeanNode, cern.gp.nodes.impl.CacheableIndexedPropertySupport, and cern.gp.nodes.impl.CacheablePropertySupport.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties