cache the "tree"

This commit is contained in:
Athou
2013-07-02 18:07:08 +02:00
parent 18016c952e
commit f0f1a7f87b
15 changed files with 216 additions and 76 deletions

View File

@@ -19,7 +19,7 @@
<jpa.datasource.name>java:openejb/Resource/My DataSource</jpa.datasource.name>
<jpa.dialect>org.hibernate.dialect.HSQLDialect</jpa.dialect>
<jpa.cache>false</jpa.cache>
<cache_service.class>com.commafeed.backend.cache.InMemoryCacheService</cache_service.class>
<cache_service.class>com.commafeed.backend.cache.NoopCacheService</cache_service.class>
</properties>
<repositories>