org.castor.cache.hashbelt
Class LRUHashbeltFactory

java.lang.Object
  extended by org.castor.cache.AbstractCacheFactory
      extended by org.castor.cache.hashbelt.LRUHashbeltFactory
All Implemented Interfaces:
CacheFactory

public final class LRUHashbeltFactory
extends AbstractCacheFactory

Implements CacheFactory for the LRUHashbelt implementation of Cache.

Since:
1.0
Version:
$Revision: 7950 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Ralf Joachim

Constructor Summary
LRUHashbeltFactory()
           
 
Method Summary
 java.lang.String getCacheClassName()
          Returns the full class name of the underlying cache implementation.
 java.lang.String getCacheType()
          Returns the short alias cache type for this factory instance.
 
Methods inherited from class org.castor.cache.AbstractCacheFactory
getCache, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUHashbeltFactory

public LRUHashbeltFactory()
Method Detail

getCacheType

public java.lang.String getCacheType()
Returns the short alias cache type for this factory instance.

Returns:
The short alias cache type.

getCacheClassName

public java.lang.String getCacheClassName()
Returns the full class name of the underlying cache implementation.

Returns:
The full cache class name.


Copyright © 2011. All Rights Reserved.