org.jafer.record
Interface CacheFactory

All Known Implementing Classes:
HashtableCacheFactory

public interface CacheFactory

This interface defines the methods any cache Factory must implement


Method Summary
 Cache getCache()
          This method should create a new cache
 

Method Detail

getCache

Cache getCache()
This method should create a new cache

Returns:
The instance of the new record cache