[jboss-jira] [JBoss JIRA] Created: (JBCACHE-827) Consolidate Factory creation method between Cache and PojoCache

Ben Wang (JIRA) jira-events at jboss.com
Tue Oct 31 06:19:41 EST 2006


Consolidate Factory creation method between Cache and PojoCache
---------------------------------------------------------------

                 Key: JBCACHE-827
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-827
             Project: JBoss Cache
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Ben Wang
         Assigned To: Ben Wang
            Priority: Minor
             Fix For: 2.0.0.GA


We have agreed to for Cache and PojoCache to use static methods to obtain a cache instance, e.g.,

For Cache,

Cache c = org.jboss.cache.factories.DefaultCacheFactory.createCache(configName);

and for PojoCache

PojoCache pc = org.jboss.cache.pojo.PojoCacheFactory.createCache(configName);



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list