Sign in
apache
/
geode-dotnet-core-client
/
2bd66beb35252d21fcecfa52ca38b63bd378c8de
/
.
/
Apache.Geode.DotNetCore
/
RegionShortcut.cs
blob: 03f62dd163610dca2a152c94dcf3e6a339e77b1e [
file
] [
log
] [
blame
]
namespace
Apache
{
namespace
Geode
{
namespace
DotNetCore
{
public
enum
RegionShortcut
{
Proxy
=
0
,
CachingProxy
=
1
,
CachingProxyEntryLru
=
2
,
Local
=
3
,
LocalEntryLru
=
4
}
}
}
}