cern::gp::nodes::cache::Cacheable Interface Reference

Inheritance diagram for cern::gp::nodes::cache::Cacheable:
Inheritance graph
[legend]

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:

Generated by  doxygen 1.6.2