com.continuent.tungsten.common.cache
Interface CacheResourceManager<T>

All Known Implementing Classes:
PreparedStatementCache, TableMetadataCache

public interface CacheResourceManager<T>

Denotes an interface that can release cached resources of a particular type.

Author:
Robert Hodges

Method Summary
 void release(T value)
          Release resources for this metadata value.
 

Method Detail

release

void release(T value)
Release resources for this metadata value.