Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Class MetaClassCache

java.lang.Object
  extended by org.jboss.errai.codegen.meta.MetaClassCache
All Implemented Interfaces:
CacheStore

public class MetaClassCache
extends Object
implements CacheStore

Author:
Mike Brock

Constructor Summary
MetaClassCache()
           
 
Method Summary
 void clear()
           
 MetaClass get(String fqcn)
           
 Collection<MetaClass> getAllCached()
           
 boolean isKnownType(String fqcn)
           
 void pushCache(MetaClass clazz)
           
 void pushCache(String fqcn, MetaClass clazz)
           
 void pushCacheAll(Map<String,MetaClass> mapToPush)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaClassCache

public MetaClassCache()
Method Detail

clear

public void clear()
Specified by:
clear in interface CacheStore

pushCacheAll

public void pushCacheAll(Map<String,MetaClass> mapToPush)

pushCache

public void pushCache(MetaClass clazz)

pushCache

public void pushCache(String fqcn,
                      MetaClass clazz)

get

public MetaClass get(String fqcn)

getAllCached

public Collection<MetaClass> getAllCached()

size

public int size()

isKnownType

public boolean isKnownType(String fqcn)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.