Package geronimo-jcache-1.0-api: Information

    Binary package: geronimo-jcache-1.0-api
    Version: 1.0-alt1_1jpp1.7
    Architecture: noarch
    Build time:  Jul 28, 2007, 09:36 AM
    Source package: geronimo-jcache-1.0-api
    Category: Development/Java
    Report package bug
    License: Apache Software License 2.0
    Summary: JCache (JSR-107) API
    Description: 
    Caching is a tried and true method for dramatically speeding
    up applications. Applications often use temporary data which
    are expensive to create, but have a lifetime over which they
    can be reused. For example, a servlet might create a web
    page from data obtained from multiple databases, network
    connections, and expensive computations; the sets of data
    might be reusable over the same or different periods of time.
    The JCACHE specification standardizes in process caching of
    Java objects in a way that allows an efficient implementation,
    and removes from the programmer the burden of implementing
    cache expiration, mutual exclusion, spooling, and cache
    consistency.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    July 24, 2007 Igor Vlasenko 0:1.0-alt1_1jpp1.7
    - converted from JPackage by jppimport script