com.dtolabs.rundeck.core.utils.cache
Interface FileCache.ItemCreator<T>

Enclosing class:
FileCache<T extends FileCache.Cacheable>

public static interface FileCache.ItemCreator<T>

Creates an item to store in the cache


Method Summary
 T createCacheItemForFile(java.io.File file)
          Return item to store for the file, or null to remove the association.
 

Method Detail

createCacheItemForFile

T createCacheItemForFile(java.io.File file)
Return item to store for the file, or null to remove the association.