org.specrunner.util.cache
Interface ICacheCleaner<T>

Type Parameters:
T - The object type.

public interface ICacheCleaner<T>

An object cleaner.

Author:
Thiago Santos

Method Summary
 void destroy(T obj)
          Destroy the object in cache.
 

Method Detail

destroy

void destroy(T obj)
Destroy the object in cache.

Parameters:
obj - An object.


Copyright © 2014. All rights reserved.