~ubuntu-branches/ubuntu/wily/libhibernate3-java/wily-proposed

« back to all changes in this revision

Viewing changes to src/org/hibernate/cache/package.html

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-10-14 14:43:34 UTC
  • Revision ID: james.westby@ubuntu.com-20071014144334-eamc8i0q10gs1aro
Tags: upstream-3.2.5
ImportĀ upstreamĀ versionĀ 3.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
</head>
 
4
<body>
 
5
<p>
 
6
        This package defines APIs and implementations for the
 
7
        second-level cache and query cache.
 
8
</p>
 
9
<p>
 
10
        <tt>Cache</tt> abstracts the underlying cache implementation.
 
11
        <tt>CacheConcurrencyStrategy</tt> abstracts various strategies
 
12
        for maintaining consistency between the cache and database.
 
13
        <tt>QueryCache</tt> abstracts the query result set cache.
 
14
</p>
 
15
</body>
 
16
</html>