org.infinispan.nearcache.cdi
Class AddressCacheManager

java.lang.Object
  extended by org.infinispan.nearcache.cdi.AddressCacheManager

@Named
@ApplicationScoped
public class AddressCacheManager
extends Object

Global operations for the address cache

Since:
5.1
Author:
Galder ZamarreƱo

Constructor Summary
AddressCacheManager()
           
 
Method Summary
 void clearCache()
           
 String[] getCachedValues()
           
 int getNumberOfEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressCacheManager

public AddressCacheManager()
Method Detail

getCachedValues

public String[] getCachedValues()

getNumberOfEntries

public int getNumberOfEntries()

clearCache

public void clearCache()

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.