com.dtolabs.rundeck.core.utils.cache
Interface FileCache.Expireable

All Superinterfaces:
FileCache.Cacheable
Enclosing class:
FileCache<T extends FileCache.Cacheable>

public static interface FileCache.Expireable
extends FileCache.Cacheable

Allows expire method to be called for a cached item when it is expired from the cache


Method Summary
 void expire()
          Perform any expiration cleanup
 

Method Detail

expire

void expire()
Perform any expiration cleanup