Uses of Class
org.wso2.carbon.registry.core.caching.PathCache

Packages that use PathCache
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.jdbc.dao   
 

Uses of PathCache in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching that return PathCache
static PathCache PathCache.getPathCache()
          Method to obtain the created path cache instance.
 

Constructors in org.wso2.carbon.registry.core.caching with parameters of type PathCache
PathCache(PathCache pathCache)
          Default constructor making extensions possible.
 

Uses of PathCache in org.wso2.carbon.registry.core.jdbc.dao
 

Subclasses of PathCache in org.wso2.carbon.registry.core.jdbc.dao
 class JDBCPathCache
          An extension of the PathCache to store paths of registry resources on a JDBC-based database.
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.