diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-20 04:59:43 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-20 04:59:43 +0000 |
commit | 9558dae78cdbcf1909ab7649d2a02ab010c0d35c (patch) | |
tree | 0a4a36d89946011e1a993fc48819154a091ac2b9 /sca-cpp/trunk/samples | |
parent | 073fcab1cf3045ff6f31f2b42cd33cb99c069e51 (diff) |
Renamed frontcache to datacache and add a memo cache that memoizes function applications.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/samples/store-cluster/shared/shared.composite | 2 | ||||
-rw-r--r-- | sca-cpp/trunk/samples/store-sql/store.composite | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/shared/shared.composite b/sca-cpp/trunk/samples/store-cluster/shared/shared.composite index 714668af3a..b7eae5f78a 100644 --- a/sca-cpp/trunk/samples/store-cluster/shared/shared.composite +++ b/sca-cpp/trunk/samples/store-cluster/shared/shared.composite @@ -23,7 +23,7 @@ name="shared"> <component name="Cache"> - <implementation.cpp path="../../../components/cache" library="libfrontcache"/> + <implementation.cpp path="../../../components/cache" library="libdatacache"/> <service name="Cache"> <t:binding.atom uri="cache"/> </service> diff --git a/sca-cpp/trunk/samples/store-sql/store.composite b/sca-cpp/trunk/samples/store-sql/store.composite index 18a77c2802..a10740b5f9 100644 --- a/sca-cpp/trunk/samples/store-sql/store.composite +++ b/sca-cpp/trunk/samples/store-sql/store.composite @@ -60,7 +60,7 @@ </component> <component name="Cache"> - <implementation.cpp path="../../components/cache" library="libfrontcache"/> + <implementation.cpp path="../../components/cache" library="libdatacache"/> <service name="Cache"> <t:binding.atom uri="cache"/> </service> |