cascading.util.cache
Class LRUHashMapCacheFactory

java.lang.Object
  extended by cascading.util.cache.BaseCacheFactory
      extended by cascading.util.cache.LRUHashMapCacheFactory
All Implemented Interfaces:
CascadingFactory

public class LRUHashMapCacheFactory
extends BaseCacheFactory

Concrete sub-class of BaseCacheFactory for creating LRUHashMapCache instances.


Field Summary
 
Fields inherited from class cascading.util.cache.BaseCacheFactory
DEFAULT_CAPACITY
 
Constructor Summary
LRUHashMapCacheFactory()
           
 
Method Summary
 CascadingCache create(FlowProcess flowProcess)
          Method create will return a new instance of the type create by this factory.
 
Methods inherited from class cascading.util.cache.BaseCacheFactory
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUHashMapCacheFactory

public LRUHashMapCacheFactory()
Method Detail

create

public CascadingCache create(FlowProcess flowProcess)
Description copied from interface: CascadingFactory
Method create will return a new instance of the type create by this factory.

Specified by:
create in interface CascadingFactory
Specified by:
create in class BaseCacheFactory
Parameters:
flowProcess - of type FlowProcess
Returns:
of type Instance


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.