eXo Kernel :: Component :: Cache Service 2.4.0-CR2

org.exoplatform.services.cache
Interface ExoCacheFactory


public interface ExoCacheFactory

This class allows you to create a new instance of ExoCache

Version:
$Id$
Author:
Dmytro Katayev

Method Summary
 ExoCache createCache(ExoCacheConfig config)
          Creates a new instance of ExoCache
 

Method Detail

createCache

ExoCache createCache(ExoCacheConfig config)
                     throws ExoCacheInitException
Creates a new instance of ExoCache

Parameters:
config - the cache to create
Returns:
the new instance of ExoCache
Throws:
ExoCacheInitException - if an exception happens while initializing the cache

eXo Kernel :: Component :: Cache Service 2.4.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.