com.googlecode.jpattern.gwt.client.cache
Class CacheService

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.cache.CacheService
All Implemented Interfaces:
ICacheService

public class CacheService
extends Object
implements ICacheService

Author:
Francesco Cina 26/lug/2011

Constructor Summary
CacheService()
           
 
Method Summary
 ICache getCache(String cacheName)
           
 void registerCache(String cacheName, ICache cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheService

public CacheService()
Method Detail

getCache

public ICache getCache(String cacheName)
Specified by:
getCache in interface ICacheService

registerCache

public void registerCache(String cacheName,
                          ICache cache)
Specified by:
registerCache in interface ICacheService


Copyright © 2011. All Rights Reserved.