[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching/RAMCache/Views - __init__.py:1.1 configure.zcml:1.1

Albertas Agejevas alga@codeworks.lt
Thu, 31 Oct 2002 11:01:40 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching/RAMCache/Views
In directory cvs.zope.org:/tmp/cvs-serv24574/RAMCache/Views

Added Files:
	__init__.py configure.zcml 
Log Message:
A port of RAMCacheManager to Zope3.

The current architecture is very much based on the Zope2 RAMCacheManager,
so it might use some refactoring in the future.  For instance, two
different caching interfaces can be derived: one for the data (which does
not care for request) and one for the views (which treats request data in
some special way). The current implementation should work both ways.


=== Added File Zope3/lib/python/Zope/App/Caching/RAMCache/Views/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
# 
##############################################################################



=== Added File Zope3/lib/python/Zope/App/Caching/RAMCache/Views/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

<include package=".Browser" />

</zopeConfigure>